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.
9 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
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
>