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