# $NetBSD: Makefile,v 1.9 2002/04/30 15:08:45 lukem Exp $ .include .include "${NETBSDSRCDIR}/distrib/Makefile.inc" FLOPPYBASE= disk FLOPPYSIZE= 2880 FLOPPYFILES= boot netbsd FLOPPYMAX= 2 MDEC= ${DESTDIR}/usr/mdec KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} FLOPPY_NETBSD= ${KERNOBJ}/netbsd.INSTALL.gz FLOPPY_BOOT= ${MDEC}/ustarboot FLOPPYINSTBOOT=\ "${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}" .include "${DISTRIBDIR}/common/Makefile.tarfloppy" .include