Makefile revision 1.1
11.1Snia#	$NetBSD: Makefile,v 1.1 2024/04/24 11:29:34 nia Exp $
21.1Snia#
31.1Snia
41.1Snia# Install CD, to be made after 'build.sh release'
51.1Snia# Requires populated $RELEASEDIR/${MACHINE}
61.1Snia
71.1Snia.include <bsd.own.mk>
81.1Snia.include "${.CURDIR}/../Makefile.cdrom"
91.1Snia
101.1SniaCDBASE=		i386dvd			# gives ${CDBASE}.iso
111.1SniaCDRELEASE=	true                    # include $RELEASEDIR/$RELEASEMACHINEDIR
121.1SniaCDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
131.1SniaCLEANFILES+=	boot.cfg
141.1Snia
151.1Sniaprepare_md_post:
161.1Snia	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
171.1Snia
181.1Snia.include "${.CURDIR}/../../../common/Makefile.bootcd"
19