Home | History | Annotate | Line # | Download | only in cd-hd-tape
Makefile revision 1.19
      1 #	$NetBSD: Makefile,v 1.19 2004/05/10 00:08:49 ross Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5 
      6 FLOPPYBASE=	cdhdtape
      7 FLOPPYSIZE=	10000
      8 FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE}
      9 FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
     10 FLOPPYMAX=	1
     11 
     12 FLOPPY_RELEASEDIR=	installation/diskimage
     13 
     14 MDEC=		${DESTDIR}/usr/mdec
     15 KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
     16 FLOPPY_NETBSD=	${KERNOBJ}/netbsd.gz
     17 FLOPPY_BOOT=	${MDEC}/ustarboot
     18 FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
     19 
     20 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     21 
     22 .include <bsd.prog.mk>
     23