Makefile revision 1.1
11.1Sskrll# $NetBSD: Makefile,v 1.1 2008/04/14 17:24:56 skrll Exp $ 21.1Sskrll# 31.1Sskrll# boot.fs is the image for wd booting. 41.1Sskrll# 51.1Sskrll# It is constructed by packaging an INSTALL kernel into a FFS 61.1Sskrll# filesystem and slapping on a disklabel and bootblock. 71.1Sskrll# 81.1Sskrll 91.1Sskrll.include <bsd.own.mk> 101.1Sskrll.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 111.1Sskrll 121.1Sskrll.include <bsd.kernobj.mk> 131.1Sskrll 141.1SskrllIMAGE= boot.fs 151.1SskrllIMAGESIZE= 10m 161.1SskrllIMAGEENDIAN= le 171.1Sskrll 181.1SskrllLISTS= ${.CURDIR}/list 191.1SskrllMTREECONF= ${DISTRIBDIR}/common/mtree.dot 201.1Sskrll 211.1SskrllRAMDISKDIR!= cd ${.CURDIR}/../instkernel && ${PRINTOBJDIR} 221.1SskrllPRIMARYBOOT= ${DESTDIR}/usr/mdec/bootxx_ffsv1 231.1SskrllSECONDARYBOOT= ${DESTDIR}/usr/mdec/boot 241.1Sskrll 251.1SskrllPARSELISTENV= RAMDISKDIR=${RAMDISKDIR:Q} 261.1SskrllIMAGEDEPENDS= ${RAMDISKDIR}/netbsd-INSTALL.gz \ 271.1Sskrll ${PRIMARYBOOT} ${SECONDARYBOOT} 281.1SskrllIMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \ 291.1Sskrll ${PRIMARYBOOT} ${SECONDARYBOOT} 301.1Sskrll 311.1SskrllIMAGE_RELEASEDIR= installation/misc 321.1Sskrll 331.1Sskrll.include "${DISTRIBDIR}/common/Makefile.image" 341.1Sskrll 351.1Sskrll.include <bsd.prog.mk> 36