Home | History | Annotate | Line # | Download | only in bootfs
Makefile revision 1.1.10.1
      1  1.1.10.1    jym #	$NetBSD: Makefile,v 1.1.10.1 2009/05/13 19:17:43 jym Exp $
      2       1.1  skrll #
      3       1.1  skrll # boot.fs is the image for wd booting.
      4       1.1  skrll #
      5  1.1.10.1    jym # 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.1.10.1    jym FLOPPYBASE=	boot
     12  1.1.10.1    jym FLOPPYSUFFIX=	.fs
     13       1.1  skrll 
     14  1.1.10.1    jym FLOPPYMAX=1
     15  1.1.10.1    jym FLOPPYSIZE=	8192
     16  1.1.10.1    jym FLOPPYMETAFILE!=	printf "USTAR.volsize.%o" ${FLOPPYSIZE}
     17       1.1  skrll 
     18  1.1.10.1    jym FLOPPYKERNEL=	netbsd-INSTALL.gz
     19  1.1.10.1    jym FLOPPYKERNDIR=	instkernel
     20  1.1.10.1    jym FLOPPYKERNOBJ!=	cd ${.CURDIR}/../${FLOPPYKERNDIR} && ${PRINTOBJDIR}
     21       1.1  skrll 
     22  1.1.10.1    jym MDEC=		${DESTDIR}/usr/mdec
     23  1.1.10.1    jym FLOPPYINSTBOOT=	"${TOOL_INSTALLBOOT} -m ${MACHINE} @IMAGE@ ${MDEC}/bootxx_ustarfs"
     24       1.1  skrll 
     25  1.1.10.1    jym FLOPPY_BOOT=	${MDEC}/boot
     26  1.1.10.1    jym FLOPPY_NETBSD=	${FLOPPYKERNOBJ}/${FLOPPYKERNEL}
     27  1.1.10.1    jym FLOPPYFILES=	boot ${FLOPPYMETAFILE} netbsd
     28       1.1  skrll 
     29  1.1.10.1    jym FLOPPY_RELEASEDIR=	installation/misc
     30       1.1  skrll 
     31  1.1.10.1    jym .include "${DISTRIBDIR}/common/Makefile.tarfloppy"
     32       1.1  skrll 
     33       1.1  skrll .include <bsd.prog.mk>
     34