Home | History | Annotate | Line # | Download | only in bootfloppy
Makefile revision 1.11
      1  1.11    lukem #	$NetBSD: Makefile,v 1.11 2002/05/04 01:34:38 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.8  tsutsui FLOPPY_NETBSD=	${KERNOBJ}/netbsd.INSTALL.gz
     17   1.8  tsutsui FLOPPY_BOOT=	${MDEC}/boot
     18   1.8  tsutsui #	XXXDISTRIB: need MI installboot for newsmips
     19   1.8  tsutsui FLOPPYINSTBOOT=	"${MDEC}/installboot -v -b 17 boot ${MDEC}/bootxx @IMAGE@"
     20   1.1   tsubai 
     21   1.8  tsutsui .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     22   1.5  thorpej 
     23   1.8  tsutsui .include <bsd.prog.mk>
     24