11.7Snia#	$NetBSD: Makefile,v 1.7 2024/04/23 12:25:57 nia Exp $
21.1Shubertf#
31.1Shubertf
41.4Sjym# Install CD, to be made after 'build.sh release'
51.4Sjym# Requires populated $RELEASEDIR/${MACHINE}
61.4Sjym
71.4Sjym.include <bsd.own.mk>
81.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom"
91.2Sbouyer
101.2SbouyerCDBASE=		amd64cd			# gives ${CDBASE}.iso
111.6SchristosCDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
121.5SmartinCDRELEASE_NODEBUG=	true
131.7SniaCDRELEASE_NOCOMPAT=	true
141.3SxtraemeCDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
151.3SxtraemeCLEANFILES+=	boot.cfg
161.3Sxtraeme
171.3Sxtraemeprepare_md_post:
181.3Sxtraeme	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
191.3Sxtraeme		< ${.CURDIR}/boot.cfg.in > boot.cfg
201.1Shubertf
211.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
22