Home | History | Annotate | Line # | Download | only in cd-hd-tape
Makefile revision 1.15
      1 #	$NetBSD: Makefile,v 1.12 2002/05/04 01:34:36 lukem Exp
      2 #
      3 
      4 .include <bsd.own.mk>
      5 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      6 
      7 FLOPPYBASE=	cdhdtape
      8 FLOPPYSIZE=	5760
      9 FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE}
     10 FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
     11 FLOPPYMAX=	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=\
     20 	"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
     21 
     22 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     23 
     24 .include <bsd.prog.mk>
     25