Makefile revision 1.33
11.33Snia#	$NetBSD: Makefile,v 1.33 2024/04/24 05:16:16 nia Exp $
21.27Smartin
31.27Smartin.include <bsd.own.mk>
41.27Smartin
51.1SbouyerCDBASE=		sparc64cd		# gives ${CDBASE}.iso
61.31SchristosCDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
71.30SmartinCDRELEASE_NODEBUG=	true
81.32SniaCDRELEASE_NOCOMPAT=	true
91.33SniaCDRELEASE_NOHTML=	true
101.33SniaCDRELEASE_NOTESTS=	true
111.31SchristosCDKERNELS=	${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd-GENERIC.gz	netbsd
121.27SmartinCD_SETS=	base etc
131.27Smartin.if ${MKKMOD} != "no"
141.27SmartinCD_SETS+=	modules
151.27Smartin.endif
161.1Sbouyer
171.18SdhollandSYSINSTDIR!= cd ${.CURDIR}/../../../../usr.sbin/sysinst/arch/${MACHINE} && ${PRINTOBJDIR}
181.2Smartin
191.2SmartinCDRELEASE_NOISOS=	true
201.1SbouyerCDBOOTIMAGEDIR!= cd ${NETBSDSRCDIR}/distrib/sparc64/bootfs && ${PRINTOBJDIR}
211.1SbouyerCDBOOTIMAGE=    ${CDBOOTIMAGEDIR}/boot.fs
221.1SbouyerSUN_BOOT_ARGS:=  - - - - ${CDBOOTIMAGE}
231.2Smartin
241.2Smartinimage_md_pre:
251.24Smartin	${RM} -f cdrom/etc/gettytab cdrom/etc/ttys cdrom/etc/rc
261.4Smartin	${HOST_LN} -fs /tmp/gettytab cdrom/etc/gettytab
271.7She	${INSTALL} ${COPY} ${.CURDIR}/etc.ttys cdrom/etc/ttys
281.7She	${INSTALL} ${COPY} ${.CURDIR}/etc.rc cdrom/etc/rc
291.7She	${INSTALL} ${COPY} -m 0555 ${.CURDIR}/install.sh cdrom/install.sh
301.28Schristos	${MKDIR} ${MKDIRPERM} cdrom/mnt2 cdrom/targetroot
311.26Smartin	${INSTALL} ${COPY} ${SYSINSTDIR}/sysinstmsgs.?? cdrom/usr/share/sysinst/catalog/
321.2Smartin
331.1Sbouyerimage_md_post:
341.1Sbouyer	SUNLABEL=${TOOL_SUNLABEL:Q} \
351.1Sbouyer		${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
361.14Sjmcneill		${CDIMAGE} ${SUN_BOOT_ARGS}
371.1Sbouyer
381.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd"
391.24Smartin
40