Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / distrib / ews4800mips / floppies / bootfloppy / Makefile
blob196e4188a64a5fe418733a0bb91384628b6cbf21
1 # $NetBSD$
3 .include <bsd.own.mk>
4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 FLOPPYBASE= boot
7 FLOPPYSIZE= 1989 # 2D excluding cylinder 0 side 0
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_BOOT= ${MDEC}/boot
17 FLOPPY_NETBSD= ${KERNOBJ}/netbsd-RAMDISK.gz
18 FLOPPYINSTBOOT= "dd if=${MDEC}/bootxx_ustarfs of=@IMAGE@ conv=notrunc"
20 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
22 .include <bsd.prog.mk>