Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2008/11/21 15:49:51 ad Exp $
2#
3
4.include "${.CURDIR}/../Makefile.cdrom"
5
6CDBASE=		boot			# gives ${CDBASE}.iso
7CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
8CLEANFILES+=	boot.cfg
9
10prepare_md_post:
11	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
12
13image_md_pre:
14	${CP} ${.CURDIR}/../../ramdisks/common/dot.profile cdrom/etc/rc
15
16.include "${.CURDIR}/../../../common/Makefile.bootcd"
17