Makefile revision 1.5
11.5Snia# $NetBSD: Makefile,v 1.5 2026/01/07 16:08:22 nia Exp $ 21.1Shubertf# 31.1Shubertf 41.5SniaCDMAKEFSEXTRAOPTS= -m 700m 51.5Snia 61.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom" 71.2Sbouyer 81.1ShubertfCDBASE= boot # gives ${CDBASE}.iso 91.3StsutsuiCDBUILDEXTRA+= boot.cfg # Add boot.cfg file 101.3StsutsuiCLEANFILES+= boot.cfg 111.3Stsutsui 121.3Stsutsuiprepare_md_post: 131.3Stsutsui ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg 141.1Shubertf 151.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd" 16