Home | History | Annotate | Line # | Download | only in bootfs
      1  1.2  tsutsui #	$NetBSD: Makefile,v 1.2 2009/04/23 14:14:35 tsutsui Exp $
      2  1.1    skrll #
      3  1.1    skrll # boot.fs is the image for wd booting.
      4  1.1    skrll #
      5  1.2  tsutsui # It is constructed by packaging an INSTALL kernel into an ustarfs.
      6  1.1    skrll #
      7  1.1    skrll 
      8  1.1    skrll .include <bsd.own.mk>
      9  1.1    skrll .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
     10  1.1    skrll 
     11  1.2  tsutsui FLOPPYBASE=	boot
     12  1.2  tsutsui FLOPPYSUFFIX=	.fs
     13  1.1    skrll 
     14  1.2  tsutsui FLOPPYMAX=1
     15  1.2  tsutsui FLOPPYSIZE=	8192
     16  1.2  tsutsui FLOPPYMETAFILE!=	printf "USTAR.volsize.%o" ${FLOPPYSIZE}
     17  1.1    skrll 
     18  1.2  tsutsui FLOPPYKERNEL=	netbsd-INSTALL.gz
     19  1.2  tsutsui FLOPPYKERNDIR=	instkernel
     20  1.2  tsutsui FLOPPYKERNOBJ!=	cd ${.CURDIR}/../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
     21  1.1    skrll 
     22  1.2  tsutsui MDEC=		${DESTDIR}/usr/mdec
     23  1.2  tsutsui FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -m ${MACHINE} @IMAGE@ ${MDEC}/bootxx_ustarfs"
     24  1.1    skrll 
     25  1.2  tsutsui FLOPPY_BOOT=	${MDEC}/boot
     26  1.2  tsutsui FLOPPY_NETBSD=	${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
     27  1.2  tsutsui FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
     28  1.1    skrll 
     29  1.2  tsutsui FLOPPY_RELEASEDIR=	installation/misc
     30  1.1    skrll 
     31  1.2  tsutsui .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     32  1.1    skrll 
     33  1.1    skrll .include <bsd.prog.mk>
     34