d5f6736812
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).
16 lines
368 B
Makefile
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>
|