xref: /netbsd-src/distrib/amd64/cdroms/bootcd/Makefile (revision 962766853c385b86328bab806c19ccdf4e22f287)
1#	$NetBSD: Makefile,v 1.3 2008/10/22 11:59:24 tsutsui Exp $
2#
3
4.include "${.CURDIR}/../Makefile.cdrom"
5
6CDBASE=		boot			# gives ${CDBASE}.iso
7CDKERNELS=	netbsd-INSTALL.gz	netbsd	# from ../instkernel
8CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
9CLEANFILES+=	boot.cfg
10
11prepare_md_post:
12	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
13
14.include "${.CURDIR}/../../../common/Makefile.bootcd"
15