73faefbb9f
updating. Probably to an ACPI kernel that need not fit into an 'emulated floppy' and a 'legacy' kernel that will fit. In any case the small/tiny kernels which are really for i386 systems with < 16MB of memory (some are sized for a 5.25" floppy) don't need to be built. Remove bootfloppy-small, bootfloppy-tiny, rescue-tiny and bootfloppy-ps2 and associated ramdisks.
15 lines
357 B
Makefile
15 lines
357 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/11/19 11:17:51 dsl Exp $
|
|
|
|
SUBDIR=
|
|
SUBDIR+= ramdisk-big
|
|
|
|
# These are only needed if you have a system with < 16MB (maybe 32MB)
|
|
# of memory. In which case you probably want to build a custom one anyway.
|
|
# SUBDIR+= ramdisk-rescuetiny
|
|
# SUBDIR+= ramdisk-small
|
|
# SUBDIR+= ramdisk-tiny
|
|
|
|
TARGETS+= release
|
|
|
|
.include <bsd.subdir.mk>
|