1#	$NetBSD: Makefile,v 1.15 2004/05/10 00:08:49 ross Exp $
2
3.include <bsd.own.mk>
4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
5
6FLOPPYBASE=	disk
7FLOPPYSUFFIX=	of3
8FLOPPYSIZE=	2880
9FLOPPYFILES=	boot netbsd
10FLOPPYMAX=	3
11
12FLOPPY_RELEASEDIR=	installation/floppy
13
14MDEC=		${DESTDIR}/usr/mdec
15KERNOBJ!=	cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
16FLOPPY_NETBSD=	${KERNOBJ}/netbsd.gz
17FLOPPY_BOOT=	${MDEC}/ustarboot
18FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
19
20.include "${DISTRIBDIR}/common/Makefile.tarfloppy"
21
22.include <bsd.prog.mk>
23