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