Home | History | Annotate | Line # | Download | only in fdset
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2002/05/02 18:02:20 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 FLOPPYBASE=	disk
      7 FLOPPYSIZE=	2880
      8 FLOPPYFILES=	boot netbsd
      9 FLOPPYMAX=	2
     10 
     11 MDEC=		${DESTDIR}/usr/mdec
     12 KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
     13 FLOPPY_NETBSD=	${KERNOBJ}/netbsd.INSTALL.gz
     14 FLOPPY_BOOT=	${MDEC}/ustarboot
     15 FLOPPYINSTBOOT=\
     16 	"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
     17 
     18 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     19 
     20 release: check_RELEASEDIR .WAIT ${FLOPPYBASE}1.fs
     21 	${RELEASE_INSTALL} ${FLOPPYBASE}1.fs \
     22 	    ${RELEASEDIR}/installation/floppy/disk1of2
     23 	${RELEASE_INSTALL} ${FLOPPYBASE}2.fs \
     24 	    ${RELEASEDIR}/installation/floppy/disk2of2
     25 
     26 .include <bsd.prog.mk>
     27