NetBSD/distrib/i386/floppies/Makefile
lukem d5f6736812 Add bootfloppy-laptop-big, which creates bootlap-big.fs, which is a 2.88MB
version of bootlap[12].fs.
This is suitable for using as a boot file for an El Torito CD-ROM image
to be used to boot laptops, as it has the INSTALL_LAPTOP kernel
(instead of the INSTALL kernel that bootbig.fs has).
2002-12-23 01:58:17 +00:00

16 lines
368 B
Makefile

# $NetBSD: Makefile,v 1.32 2002/12/23 01:58:17 lukem Exp $
SUBDIR= ramdisk-big ramdisk-small ramdisk-tiny \
ramdisk-rescuetiny \
.WAIT \
instkernel \
.WAIT \
bootfloppy bootfloppy-big bootfloppy-com \
bootfloppy-laptop-big bootfloppy-laptop \
bootfloppy-ps2 bootfloppy-small bootfloppy-tiny \
rescue-tiny
TARGETS+= release
.include <bsd.subdir.mk>