Makefile revision 1.3
11.3Sxtraeme# $NetBSD: Makefile,v 1.3 2008/05/01 21:59:07 xtraeme Exp $ 21.1Shubertf# 31.1Shubertf 41.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 51.2Sbouyer 61.2SbouyerCDBASE= amd64cd # gives ${CDBASE}.iso 71.2SbouyerCDKERNELS= netbsd-INSTALL.gz netbsd # from ../instkernel 81.1ShubertfCDRELEASE= true # include $RELEASEDIR/$MACHINE 91.3SxtraemeCDBUILDEXTRA= boot.cfg # Add boot.cfg file 101.3SxtraemeCLEANFILES+= boot.cfg 111.3Sxtraeme 121.3Sxtraemeprepare_md_post: 131.3Sxtraeme ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 141.3Sxtraeme < ${.CURDIR}/boot.cfg.in > boot.cfg 151.1Shubertf 161.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 17