No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / i386 / cdroms / installcd / Makefile
blobec82b7fe9aa48e94e055cfaf94972a4253732999
1 # $NetBSD: Makefile,v 1.7 2008/12/01 10:20:57 ad Exp $
4 # Install CD, to be made after 'build.sh release'
5 # Requires populated $RELEASEDIR/${MACHINE}
7 .include <bsd.own.mk>
8 .include "${.CURDIR}/../Makefile.cdrom"
10 CDBASE= i386cd # gives ${CDBASE}.iso
11 CDRELEASE= true # include $RELEASEDIR/$MACHINE
12 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file
13 CLEANFILES+= boot.cfg
15 prepare_md_post:
16 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
18 .include "${.CURDIR}/../../../common/Makefile.bootcd"