Makefile revision 1.4
11.4Slukem# $NetBSD: Makefile,v 1.4 2003/03/07 09:49:34 lukem 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.1SeehIMAGESIZE= 4m 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.3SlukemIMAGEDEPENDS= ${RAMDISKDIR}/netbsd-INSTALL.gz ${DESTDIR}/usr/mdec/ofwboot \ 301.1Seeh ${PRIMARYBOOT} 311.1SeehIMAGEPOSTBUILD= ${INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${PRIMARYBOOT} /boot 321.1Seeh 331.1SeehIMAGE_RELEASEDIR= installation/misc 341.1Seeh 351.1Seeh.include "${DISTRIBDIR}/common/Makefile.image" 361.1Seeh 371.1Seeh.include <bsd.prog.mk> 38