xref: /netbsd-src/distrib/i386/cdroms/installcd/Makefile (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1#	$NetBSD: Makefile,v 1.4 2007/11/23 16:21:22 sborrill Exp $
2#
3
4# Install CD, to be made after 'build.sh release'
5# Requires populated $RELEASEDIR/${MACHINE}
6
7.include "${.CURDIR}/../Makefile.cdrom"
8
9CDBASE=		i386cd			# gives ${CDBASE}.iso
10CDRELEASE=	true                    # include $RELEASEDIR/$MACHINE
11CDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
12CLEANFILES+=	boot.cfg
13
14prepare_md_post:
15	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
16
17.include "${.CURDIR}/../../../common/Makefile.bootcd"
18