Makefile revision 1.4
11.4Schristos# $NetBSD: Makefile,v 1.4 2019/09/23 13:42:35 christos Exp $ 21.1SbouyerCDBASE= sun3cd # gives ${CDBASE}.iso 31.4SchristosCDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 41.3SmartinCDRELEASE_NODEBUG= true 51.1Sbouyer 61.1Sbouyer# for PRINTOBJDIR 71.1Sbouyer.include <bsd.own.mk> 81.1Sbouyer 91.1SbouyerCDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sun3/miniroot && ${PRINTOBJDIR} 101.1SbouyerCDBOOTIMAGE= ${CDBOOTIMAGEDIR}/miniroot.fs 111.1SbouyerSUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${CDBOOTIMAGE} 121.1Sbouyer 131.1Sbouyerimage_md_post: 141.1Sbouyer SUNLABEL=${TOOL_SUNLABEL:Q} \ 151.1Sbouyer ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ 161.2Sjmcneill ${CDIMAGE} ${SUN_BOOT_ARGS} 171.1Sbouyer 181.1Sbouyer 191.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd" 20