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
6FLOPPYBASE=	cdhdtape
7FLOPPYSIZE=	10000
8FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE}
9FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
10FLOPPYMAX=	1
11FLOPPYPAD=	1
12
13FLOPPY_RELEASEDIR=	installation/diskimage
14
15MDEC=		${DESTDIR}/usr/mdec
16KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
17FLOPPY_NETBSD=	${KERNOBJ}/netbsd.gz
18FLOPPY_BOOT=	${MDEC}/ustarboot
19FLOPPYINSTBOOT=	"${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