Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / alpha / instkernel / fdset / Makefile
blob8d24e03baf8caeca55ae03db8082c6a1d1a81349
1 # $NetBSD: Makefile,v 1.14 2003/07/10 10:34:01 lukem Exp $
3 .include <bsd.own.mk>
4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 FLOPPYBASE= disk
7 FLOPPYSUFFIX= of3
8 FLOPPYSIZE= 2880
9 FLOPPYFILES= boot netbsd
10 FLOPPYMAX= 3
12 FLOPPY_RELEASEDIR= installation/floppy
14 MDEC= ${DESTDIR}/usr/mdec
15 KERNOBJ!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR}
16 FLOPPY_NETBSD= ${KERNOBJ}/netbsd.gz
17 FLOPPY_BOOT= ${MDEC}/ustarboot
18 FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -v -m ${MACHINE} -t raw -b 17 @IMAGE@ ${FLOPPY_BOOT}"
20 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
22 .include <bsd.prog.mk>