Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2009/10/21 02:31:44 yamt Exp $
2#
3
4.include "${.CURDIR}/../Makefile.cdrom"
5
6CDBASE=		boot-com			# gives ${CDBASE}.iso
7CDKERNELS=	netbsd-INSTALL.gz	netbsd	# from ../instkernel
8CDBOOTOPTIONS=	-o console=com0
9
10CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
11CLEANFILES+=	boot.cfg
12
13prepare_md_post:
14	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
15
16.include "${.CURDIR}/../../../common/Makefile.bootcd"
17