# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $ CDBASE= sun3cd # gives ${CDBASE}.iso CDRELEASE= true # include $RELEASEDIR/$MACHINE # for PRINTOBJDIR .include CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sun3/miniroot && ${PRINTOBJDIR} CDBOOTIMAGE= ${CDBOOTIMAGEDIR}/miniroot.fs SUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${CDBOOTIMAGE} image_md_post: SUNLABEL=${TOOL_SUNLABEL:Q} \ ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ ${CDIMAGE} ${SUN_BOOT_ARGS} .include "${.CURDIR}/../../../common/Makefile.bootcd"