Makefile revision 1.3
11.3Stsutsui#	$NetBSD: Makefile,v 1.3 2008/10/22 11:59:24 tsutsui Exp $
21.1Shubertf#
31.1Shubertf
41.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom"
51.2Sbouyer
61.1ShubertfCDBASE=		boot			# gives ${CDBASE}.iso
71.2SbouyerCDKERNELS=	netbsd-INSTALL.gz	netbsd	# from ../instkernel
81.3StsutsuiCDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
91.3StsutsuiCLEANFILES+=	boot.cfg
101.3Stsutsui
111.3Stsutsuiprepare_md_post:
121.3Stsutsui	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
131.1Shubertf
141.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
15