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
7FLOPPYBASE=	cdhdtape
8FLOPPYSIZE=	5760
9FLOPPYMETAFILE!=printf "USTAR.volsize.%o" ${FLOPPYSIZE}
10FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
11FLOPPYMAX=	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=\
20	"${INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
21
22.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
23
24.include <bsd.prog.mk>
25