Makefile revision 1.8
11.8Snia# $NetBSD: Makefile,v 1.8 2026/01/06 09:51:08 nia 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.8Snia 91.8Snia.include "${.CURDIR}/../../../common/Makefile.minibase" 101.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 111.2Sbouyer 121.2SbouyerCDBASE= amd64cd # gives ${CDBASE}.iso 131.6SchristosCDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 141.5SmartinCDRELEASE_NODEBUG= true 151.7SniaCDRELEASE_NOCOMPAT= true 161.3SxtraemeCDBUILDEXTRA= boot.cfg # Add boot.cfg file 171.3SxtraemeCLEANFILES+= boot.cfg 181.3Sxtraeme 191.3Sxtraemeprepare_md_post: 201.3Sxtraeme ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 211.3Sxtraeme < ${.CURDIR}/boot.cfg.in > boot.cfg 221.1Shubertf 231.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 24