Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / newsmips / floppies / bootfloppy / Makefile
blob3a5846a501320a6a0b8a297b908dcd2fc82fc83b
1 # $NetBSD: Makefile,v 1.13 2002/11/18 12:39:48 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}/../instkernel && ${PRINTOBJDIR}
16 FLOPPY_NETBSD= ${KERNOBJ}/netbsd-INSTALL.gz
17 FLOPPY_BOOT= ${MDEC}/boot
18 FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -m ${MACHINE} -t raw -v -B 17 @IMAGE@ ${MDEC}/bootxx boot"
20 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
22 .include <bsd.prog.mk>