Makefile revision 1.2
11.2Sjmcneill# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $ 21.1SbouyerCDBASE= sun3cd # 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/sun3/miniroot && ${PRINTOBJDIR} 91.1SbouyerCDBOOTIMAGE= ${CDBOOTIMAGEDIR}/miniroot.fs 101.1SbouyerSUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${CDBOOTIMAGE} 111.1Sbouyer 121.1Sbouyerimage_md_post: 131.1Sbouyer SUNLABEL=${TOOL_SUNLABEL:Q} \ 141.1Sbouyer ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ 151.2Sjmcneill ${CDIMAGE} ${SUN_BOOT_ARGS} 161.1Sbouyer 171.1Sbouyer 181.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 19