Makefile revision 1.26
11.26Smartin#	$NetBSD: Makefile,v 1.26 2015/05/28 09:51:31 martin Exp $
21.1SbouyerCDBASE=		sparc64cd		# gives ${CDBASE}.iso
31.1SbouyerCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
41.24SmartinCDKERNELS=	${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz	netbsd
51.25SmartinCD_SETS=	base etc modules
61.1Sbouyer
71.1Sbouyer# for PRINTOBJDIR
81.1Sbouyer.include <bsd.own.mk>
91.1Sbouyer
101.18SdhollandSYSINSTDIR!= cd ${.CURDIR}/../../../../usr.sbin/sysinst/arch/${MACHINE} && ${PRINTOBJDIR}
111.2Smartin
121.2SmartinCDRELEASE_NOISOS=	true
131.1SbouyerCDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc64/bootfs && ${PRINTOBJDIR}
141.1SbouyerCDBOOTIMAGE=    ${CDBOOTIMAGEDIR}/boot.fs
151.1SbouyerSUN_BOOT_ARGS:=  - - - - ${CDBOOTIMAGE}
161.2Smartin
171.2Smartinimage_md_pre:
181.24Smartin	${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
191.4Smartin	${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
201.7She	${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys
211.7She	${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc
221.7She	${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh
231.2Smartin	${MKDIR} cdrom/mnt2 cdrom/targetroot
241.26Smartin	${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/
251.2Smartin
261.1Sbouyerimage_md_post:
271.1Sbouyer	SUNLABEL=${TOOL_SUNLABEL:Q} \
281.1Sbouyer		${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
291.14Sjmcneill		${CDIMAGE} ${SUN_BOOT_ARGS}
301.1Sbouyer
311.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd"
321.24Smartin
33