Makefile revision 1.2
11.2Sjmcneill# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $ 21.1SbouyerCDBASE= sparccd # gives ${CDBASE}.iso 31.1SbouyerCDRELEASE= true # include $RELEASEDIR/$MACHINE 41.1Sbouyer 51.1Sbouyer# for PRINTOBJDIR 61.1Sbouyer.include <bsd.own.mk> 71.1Sbouyer 81.1SbouyerCDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR} 91.1SbouyerCDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs 101.1SbouyerSUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE} - - 111.1Sbouyerimage_md_post: 121.1Sbouyer SUNLABEL=${TOOL_SUNLABEL:Q} \ 131.1Sbouyer ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ 141.2Sjmcneill ${CDIMAGE} ${SUN_BOOT_ARGS} 151.1Sbouyer 161.1Sbouyer 171.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 18