Sync usage with man page.
[netbsd-mini2440.git] / distrib / macppc / floppies / bootfloppy / Makefile
blob16511610b920ef337f82d5d9fd3233918ef33aab
1 # $NetBSD: Makefile,v 1.26 2002/11/18 12:39:47 lukem Exp $
3 .include <bsd.own.mk>
4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 FLOPPYBASE= boot
7 FLOPPYSIZE= 2880
8 FLOPPYFILES= boot netbsd
9 FLOPPYMAX= 2
10 FLOPPYSUFFIX= .fs
12 FLOPPY_RELEASEDIR= installation/floppy
14 MDEC= ${DESTDIR}/usr/mdec
15 KERNOBJ!= cd ${.CURDIR}/../md-kernel && ${PRINTOBJDIR}
16 FLOPPY_NETBSD= ${KERNOBJ}/netbsd-INSTALL.gz
17 FLOPPY_BOOT= ${MDEC}/ofwboot
18 FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -B 17 @IMAGE@ ${MDEC}/bootxx ${FLOPPY_BOOT}"
20 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
22 .include <bsd.prog.mk>