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