11.9Smartin# $NetBSD: Makefile,v 1.9 2010/04/02 21:29:30 martin Exp $ 21.1Seeh# 31.1Seeh# boot.fs is the image for cdrom booting. 41.1Seeh# 51.1Seeh# It is constructed by packaging an INSTALL kernel and ofwboot together 61.1Seeh# into a FFS filesystem and slapping on a disklabel and bootblock. 71.1Seeh# 81.4Slukem# boot.fs along with an ISO image need to be fed to distrib/common/sunbootcd.sh 91.4Slukem# to get a workable CDROM image. 101.1Seeh# 111.1Seeh 121.1Seeh.include <bsd.own.mk> 131.1Seeh.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 141.1Seeh 151.1Seeh.include <bsd.kernobj.mk> 161.1Seeh 171.1SeehIMAGE= boot.fs 181.9SmartinIMAGESIZE= 1m 191.1SeehIMAGEENDIAN= be 201.1Seeh 211.1SeehLISTS= ${.CURDIR}/list 221.1SeehMTREECONF= ${DISTRIBDIR}/common/mtree.dot 231.1Seeh 241.1SeehRAMDISKDIR!= cd ${.CURDIR}/../instfs && ${PRINTOBJDIR} 251.1SeehRAMDISK= ${RAMDISKDIR}/install.fs 261.1SeehPRIMARYBOOT= ${DESTDIR}/usr/mdec/bootblk 271.1Seeh 281.2SlukemPARSELISTENV= RAMDISKDIR=${RAMDISKDIR:Q} 291.9SmartinIMAGEDEPENDS= ${DESTDIR}/usr/mdec/ofwboot ${PRIMARYBOOT} 301.9SmartinIMAGEPOSTBUILD= ${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT} 311.1Seeh 321.1SeehIMAGE_RELEASEDIR= installation/misc 331.1Seeh 341.1Seeh.include "${DISTRIBDIR}/common/Makefile.image" 351.1Seeh 361.1Seeh.include <bsd.prog.mk> 37