Home | History | Annotate | Line # | Download | only in bootfloppy
Makefile revision 1.14
      1  1.14  tsutsui #	$NetBSD: Makefile,v 1.14 2002/05/21 16:33:38 tsutsui 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.13    lukem FLOPPY_NETBSD=	${KERNOBJ}/netbsd.INSTALL.gz
     17  1.13    lukem FLOPPY_BOOT=	${MDEC}/boot
     18  1.13    lukem FLOPPYINSTBOOT= \
     19  1.13    lukem     "${INSTALLBOOT} -m ${MACHINE} -t raw -v -B 17 @IMAGE@ ${MDEC}/bootxx boot"
     20   1.1  tsutsui 
     21  1.13    lukem .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     22   1.1  tsutsui 
     23  1.10    lukem .include <bsd.prog.mk>
     24