Home | History | Annotate | Line # | Download | only in bootfloppy
      1  1.14    lukem #	$NetBSD: Makefile,v 1.14 2003/07/10 10:34:10 lukem Exp $
      2   1.1   tsubai 
      3   1.7  tsutsui .include <bsd.own.mk>
      4  1.10    lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.1   tsubai 
      6   1.8  tsutsui FLOPPYBASE=	boot
      7   1.8  tsutsui FLOPPYSIZE=	2880
      8   1.8  tsutsui FLOPPYFILES=	boot netbsd
      9   1.8  tsutsui FLOPPYMAX=	2
     10  1.11    lukem FLOPPYSUFFIX=	.fs
     11  1.10    lukem 
     12  1.10    lukem FLOPPY_RELEASEDIR=	installation/floppy
     13   1.1   tsubai 
     14   1.1   tsubai MDEC=		${DESTDIR}/usr/mdec
     15   1.8  tsutsui KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
     16  1.13    lukem FLOPPY_NETBSD=	${KERNOBJ}/netbsd-INSTALL.gz
     17   1.8  tsutsui FLOPPY_BOOT=	${MDEC}/boot
     18  1.14    lukem FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -m ${MACHINE} -t raw -v -B 17 @IMAGE@ ${MDEC}/bootxx boot"
     19   1.1   tsubai 
     20   1.8  tsutsui .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     21   1.5  thorpej 
     22   1.8  tsutsui .include <bsd.prog.mk>
     23