Makefile revision 1.6
11.6Schristos# $NetBSD: Makefile,v 1.6 2019/09/23 13:42:30 christos Exp $ 21.1Shubertf# 31.1Shubertf 41.4Sjym# Install CD, to be made after 'build.sh release' 51.4Sjym# Requires populated $RELEASEDIR/${MACHINE} 61.4Sjym 71.4Sjym.include <bsd.own.mk> 81.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 91.2Sbouyer 101.2SbouyerCDBASE= amd64cd # gives ${CDBASE}.iso 111.6SchristosCDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 121.5SmartinCDRELEASE_NODEBUG= true 131.3SxtraemeCDBUILDEXTRA= boot.cfg # Add boot.cfg file 141.3SxtraemeCLEANFILES+= boot.cfg 151.3Sxtraeme 161.3Sxtraemeprepare_md_post: 171.3Sxtraeme ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 181.3Sxtraeme < ${.CURDIR}/boot.cfg.in > boot.cfg 191.1Shubertf 201.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 21