Makefile revision 1.4
11.4Ssborrill# $NetBSD: Makefile,v 1.4 2007/11/23 16:21:22 sborrill Exp $ 21.1Shubertf# 31.1Shubertf 41.1Shubertf# Install CD, to be made after 'build.sh release' 51.1Shubertf# Requires populated $RELEASEDIR/${MACHINE} 61.1Shubertf 71.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 81.2Sbouyer 91.2SbouyerCDBASE= i386cd # gives ${CDBASE}.iso 101.4SsborrillCDRELEASE= true # include $RELEASEDIR/$MACHINE 111.4SsborrillCDBUILDEXTRA= boot.cfg # Add boot.cfg file 121.4SsborrillCLEANFILES+= boot.cfg 131.4Ssborrill 141.4Ssborrillprepare_md_post: 151.4Ssborrill ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg 161.1Shubertf 171.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 18