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