Home | History | Annotate | Line # | Download | only in cd-hd-tape
      1 #	$NetBSD: Makefile,v 1.20 2009/11/09 04:13:23 mhitch 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 FLOPPYPAD=	1
     12 
     13 FLOPPY_RELEASEDIR=	installation/diskimage
     14 
     15 MDEC=		${DESTDIR}/usr/mdec
     16 KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
     17 FLOPPY_NETBSD=	${KERNOBJ}/netbsd.gz
     18 FLOPPY_BOOT=	${MDEC}/ustarboot
     19 FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
     20 
     21 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     22 
     23 .include <bsd.prog.mk>
     24