Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2026/01/06 09:51:08 nia Exp $ 2# 3 4# Install CD, to be made after 'build.sh release' 5# Requires populated $RELEASEDIR/${MACHINE} 6 7.include <bsd.own.mk> 8 9.include "${.CURDIR}/../../../common/Makefile.minibase" 10.include "${.CURDIR}/../Makefile.cdrom" 11 12CDBASE= amd64cd # gives ${CDBASE}.iso 13CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 14CDRELEASE_NODEBUG= true 15CDRELEASE_NOCOMPAT= true 16CDBUILDEXTRA= boot.cfg # Add boot.cfg file 17CLEANFILES+= boot.cfg 18 19prepare_md_post: 20 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 21 < ${.CURDIR}/boot.cfg.in > boot.cfg 22 23.include "${.CURDIR}/../../../common/Makefile.bootcd" 24