Makefile revision 1.16
11.1Sjmcneill# $NetBSD: Makefile,v 1.16 2003/07/10 10:34:09 lukem Exp $ 21.1Sjmcneill 31.1Sjmcneill.include <bsd.own.mk> 41.1Sjmcneill.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.1Sjmcneill 61.1SjmcneillFLOPPYBASE= boot 71.1SjmcneillFLOPPYSIZE= 2880 81.1SjmcneillFLOPPYFILES= boot netbsd 91.1SjmcneillFLOPPYMAX= 2 101.1SjmcneillFLOPPYSUFFIX= .fs 111.1Sjmcneill 121.1SjmcneillFLOPPY_RELEASEDIR= installation/floppy 131.1Sjmcneill 141.1SjmcneillMDEC= ${DESTDIR}/usr/mdec 151.1SjmcneillKERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 161.1SjmcneillFLOPPY_NETBSD= ${KERNOBJ}/netbsd-INSTALL.gz 171.1SjmcneillFLOPPY_BOOT= ${MDEC}/boot 181.1SjmcneillFLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -m ${MACHINE} -t raw -v -B 17 @IMAGE@ ${MDEC}/bootxx boot" 191.1Sjmcneill 201.1Sjmcneill.include "${DISTRIBDIR}/common/Makefile.tarfloppy" 211.1Sjmcneill 221.1Sjmcneill.include <bsd.prog.mk> 231.1Sjmcneill