# $NetBSD: Makefile,v 1.12 2002/05/13 18:16:14 matt Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" FLOPPYBASE= disk FLOPPYSUFFIX= of2 FLOPPYSIZE= 2880 FLOPPYFILES= boot netbsd FLOPPYMAX= 2 FLOPPY_RELEASEDIR= installation/floppy MDEC= ${DESTDIR}/usr/mdec KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz FLOPPY_BOOT= ${MDEC}/ustarboot FLOPPYINSTBOOT=\ "${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}" .include "${DISTRIBDIR}/common/Makefile.tarfloppy" .include