Makefile revision 1.10
11.10Schristos#	$NetBSD: Makefile,v 1.10 2019/09/23 13:42:33 christos Exp $
21.1Shubertf#
31.1Shubertf
41.1Shubertf# Install CD, to be made after 'build.sh release'
51.1Shubertf# Requires populated $RELEASEDIR/${MACHINE}
61.1Shubertf
71.5Sad.include <bsd.own.mk>
81.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom"
91.2Sbouyer
101.2SbouyerCDBASE=		i386cd			# gives ${CDBASE}.iso
111.10SchristosCDRELEASE=	true                    # include $RELEASEDIR/$RELEASEMACHINEDIR
121.9SmartinCDRELEASE_NODEBUG=	true
131.5SadCDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
141.4SsborrillCLEANFILES+=	boot.cfg
151.4Ssborrill
161.4Ssborrillprepare_md_post:
171.4Ssborrill	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
181.1Shubertf
191.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
20