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