Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 2002/05/02 18:02:19 lukem Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6FLOPPYBASE=	cdhdtape
7FLOPPYSIZE=	5760
8FLOPPYMETAFILE!=printf "tapelabel USTAR.volsize.%o" ${FLOPPYSIZE}
9FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
10FLOPPYMAX=	1
11
12MDEC=		${DESTDIR}/usr/mdec
13KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
14FLOPPY_NETBSD=	${KERNOBJ}/netbsd.INSTALL.gz
15FLOPPY_BOOT=	${MDEC}/ustarboot
16FLOPPYINSTBOOT=\
17	"${INSTALLBOOT} -m ${MACHINE} -t raw -v -b 17 @IMAGE@ ${FLOPPY_BOOT}"
18
19.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
20
21release: check_RELEASEDIR .WAIT ${FLOPPYBASE}1.fs
22	${RELEASE_INSTALL} ${FLOPPYBASE}1.fs \
23	    ${RELEASEDIR}/installation/diskimage/cdhdtape
24
25.include <bsd.prog.mk>
26