1 # $NetBSD: Makefile,v 1.2 2002/04/16 09:06:51 lukem Exp $ 2 3 FLOPPYBASE= boot-com 4 FLOPPYMAX= 2 5 FLOPPYKERNDIR= kernel-ramdisk 6 FLOPPYKERNEL= netbsd.INSTALL.gz 7 FLOPPY_BOOT= ${DESTDIR}/usr/mdec/biosboot_com0.sym # Serial output 8 9 .include "${.CURDIR}/../common/Makefile.bootfloppy" 10