Sync usage with man page.
[netbsd-mini2440.git] / distrib / landisk / bootfs / Makefile
blob0075f6b51c0e5b13de461eb5ee1cba9282f2d800
1 # $NetBSD: Makefile,v 1.1 2008/04/14 17:24:56 skrll Exp $
3 # boot.fs is the image for wd booting.
5 # It is constructed by packaging an INSTALL kernel into an ustarfs.
8 .include <bsd.own.mk>
9 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
11 FLOPPYBASE= boot
12 FLOPPYSUFFIX= .fs
14 FLOPPYMAX=1
15 FLOPPYSIZE= 8192
16 FLOPPYMETAFILE!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}
18 FLOPPYKERNEL= netbsd-INSTALL.gz
19 FLOPPYKERNDIR= instkernel
20 FLOPPYKERNOBJ!= cd ${.CURDIR}/../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
22 MDEC= ${DESTDIR}/usr/mdec
23 FLOPPYINSTBOOT= "${TOOL_INSTALLBOOT} -m ${MACHINE} @IMAGE@ ${MDEC}/bootxx_ustarfs"
25 FLOPPY_BOOT= ${MDEC}/boot
26 FLOPPY_NETBSD= ${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
27 FLOPPYFILES= boot ${FLOPPYMETAFILE} netbsd
29 FLOPPY_RELEASEDIR= installation/misc
31 .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
33 .include <bsd.prog.mk>