1 # $NetBSD: Makefile,v 1.9 2002/04/30 15:08:45 lukem Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/Makefile.inc" 5 6 FLOPPYBASE= disk 7 FLOPPYSIZE= 2880 8 FLOPPYFILES= boot netbsd 9 FLOPPYMAX= 2 10 11 MDEC= ${DESTDIR}/usr/mdec 12 KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 13 FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz 14 FLOPPY_BOOT= ${MDEC}/ustarboot 15 FLOPPYINSTBOOT=\ 16 "${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}" 17 18 .include "${DISTRIBDIR}/common/Makefile.tarfloppy" 19 20 .include <bsd.prog.mk> 21