1# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:24 bouyer Exp $ 2CDBASE= sparc64cd # gives ${CDBASE}.iso 3CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 5# for PRINTOBJDIR 6.include <bsd.own.mk> 7 8CDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc64/bootfs && ${PRINTOBJDIR} 9CDBOOTIMAGE= ${CDBOOTIMAGEDIR}/boot.fs 10SUN_BOOT_ARGS:= - - - - ${CDBOOTIMAGE} 11image_md_post: 12 SUNLABEL=${TOOL_SUNLABEL:Q} \ 13 ${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \ 14 ${CDBASE}.iso ${SUN_BOOT_ARGS} 15 16 17.include "${.CURDIR}/../../../common/Makefile.bootcd" 18