Makefile revision 1.5
11.5Smartin#	$NetBSD: Makefile,v 1.5 2018/09/28 15:05:20 martin 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.1ShubertfCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
121.5SmartinCDRELEASE_NODEBUG=	true
131.3SxtraemeCDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
141.3SxtraemeCLEANFILES+=	boot.cfg
151.3Sxtraeme
161.3Sxtraemeprepare_md_post:
171.3Sxtraeme	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
181.3Sxtraeme		< ${.CURDIR}/boot.cfg.in > boot.cfg
191.1Shubertf
201.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
21