Makefile revision 1.3
11.3Smartin# $NetBSD: Makefile,v 1.3 2018/09/28 15:05:23 martin Exp $ 21.1SbouyerCDBASE= sparccd # gives ${CDBASE}.iso 31.1SbouyerCDRELEASE= true # include $RELEASEDIR/$MACHINE 41.3SmartinCDRELEASE_NODEBUG= true 51.1Sbouyer 61.1Sbouyer# for PRINTOBJDIR 71.1Sbouyer.include <bsd.own.mk> 81.1Sbouyer 91.1SbouyerCDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc/bootfs && ${PRINTOBJDIR} 101.1SbouyerCDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs 111.1SbouyerSUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTIMAGE} ${CDBOOTIMAGE} - - 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