1 # $NetBSD: Makefile,v 1.4 2011/01/18 00:16:13 jym Exp $ 2 # 3 4 # Install CD, to be made after 'build.sh release' 5 # Requires populated $RELEASEDIR/${MACHINE} 6 7 .include <bsd.own.mk> 8 .include "${.CURDIR}/../Makefile.cdrom" 9 10 CDBASE= amd64cd # gives ${CDBASE}.iso 11 CDRELEASE= true # include $RELEASEDIR/$MACHINE 12 CDBUILDEXTRA= boot.cfg # Add boot.cfg file 13 CLEANFILES+= boot.cfg 14 15 prepare_md_post: 16 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 17 < ${.CURDIR}/boot.cfg.in > boot.cfg 18 19 .include "${.CURDIR}/../../../common/Makefile.bootcd" 20