Makefile revision 1.4
11.4Sjym#	$NetBSD: Makefile,v 1.4 2011/01/18 00:16:13 jym 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.3SxtraemeCDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
131.3SxtraemeCLEANFILES+=	boot.cfg
141.3Sxtraeme
151.3Sxtraemeprepare_md_post:
161.3Sxtraeme	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
171.3Sxtraeme		< ${.CURDIR}/boot.cfg.in > boot.cfg
181.1Shubertf
191.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
20