1 1.3 xtraeme # $NetBSD: Makefile,v 1.3 2008/05/01 21:59:07 xtraeme Exp $ 2 1.1 hubertf # 3 1.1 hubertf 4 1.2 bouyer .include "${.CURDIR}/../Makefile.cdrom" 5 1.2 bouyer 6 1.2 bouyer CDBASE= amd64cd # gives ${CDBASE}.iso 7 1.2 bouyer CDKERNELS= netbsd-INSTALL.gz netbsd # from ../instkernel 8 1.1 hubertf CDRELEASE= true # include $RELEASEDIR/$MACHINE 9 1.3 xtraeme CDBUILDEXTRA= boot.cfg # Add boot.cfg file 10 1.3 xtraeme CLEANFILES+= boot.cfg 11 1.3 xtraeme 12 1.3 xtraeme prepare_md_post: 13 1.3 xtraeme ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 14 1.3 xtraeme < ${.CURDIR}/boot.cfg.in > boot.cfg 15 1.1 hubertf 16 1.1 hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd" 17