Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2026/01/07 16:08:22 nia Exp $
2#
3
4# Install CD, to be made after 'build.sh release'
5# Requires populated $RELEASEDIR/${MACHINE}
6
7CDMAKEFSEXTRAOPTS=	-m 700m
8
9.include <bsd.own.mk>
10
11.include "${.CURDIR}/../../../common/Makefile.minibase"
12.include "${.CURDIR}/../Makefile.cdrom"
13
14CDBASE=		amd64cd			# gives ${CDBASE}.iso
15CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
16CDRELEASE_NODEBUG=	true
17CDRELEASE_NOCOMPAT=	true
18CDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
19CLEANFILES+=	boot.cfg
20
21prepare_md_post:
22	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
23		< ${.CURDIR}/boot.cfg.in > boot.cfg
24
25.include "${.CURDIR}/../../../common/Makefile.bootcd"
26