1# $NetBSD: Makefile,v 1.4 2019/09/23 13:42:35 christos Exp $ 2CDBASE= sun3cd # gives ${CDBASE}.iso 3CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 4CDRELEASE_NODEBUG= true 5 6# for PRINTOBJDIR 7.include <bsd.own.mk> 8 9CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sun3/miniroot && ${PRINTOBJDIR} 10CDBOOTIMAGE= ${CDBOOTIMAGEDIR}/miniroot.fs 11SUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${CDBOOTIMAGE} 12 13image_md_post: 14 SUNLABEL=${TOOL_SUNLABEL:Q} \ 15 ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ 16 ${CDIMAGE} ${SUN_BOOT_ARGS} 17 18 19.include "${.CURDIR}/../../../common/Makefile.bootcd" 20