Makefile revision 1.9
11.9Snia# $NetBSD: Makefile,v 1.9 2026/01/07 16:08:22 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.9SniaCDMAKEFSEXTRAOPTS= -m 700m 81.9Snia 91.4Sjym.include <bsd.own.mk> 101.8Snia 111.8Snia.include "${.CURDIR}/../../../common/Makefile.minibase" 121.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 131.2Sbouyer 141.2SbouyerCDBASE= amd64cd # gives ${CDBASE}.iso 151.6SchristosCDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 161.5SmartinCDRELEASE_NODEBUG= true 171.7SniaCDRELEASE_NOCOMPAT= true 181.3SxtraemeCDBUILDEXTRA= boot.cfg # Add boot.cfg file 191.3SxtraemeCLEANFILES+= boot.cfg 201.3Sxtraeme 211.3Sxtraemeprepare_md_post: 221.3Sxtraeme ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 231.3Sxtraeme < ${.CURDIR}/boot.cfg.in > boot.cfg 241.1Shubertf 251.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 26