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