# $NetBSD: Makefile,v 1.2 2024/04/26 17:36:32 nia Exp $ # # Install CD, to be made after 'build.sh release' # Requires populated $RELEASEDIR/${MACHINE} .include .include "${.CURDIR}/../Makefile.cdrom" CDBASE= amd64dvd # gives ${CDBASE}.iso CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR CDBUILDEXTRA= boot.cfg # Add boot.cfg file CLEANFILES+= boot.cfg .if ${MKMAN} != "no" CD_SETS+= man .endif prepare_md_post: ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ < ${.CURDIR}/boot.cfg.in > boot.cfg .include "${.CURDIR}/../../../common/Makefile.bootcd"