1 # $NetBSD: Makefile,v 1.5 2026/01/07 16:08:22 nia Exp $ 2 # 3 4 CDMAKEFSEXTRAOPTS= -m 700m 5 6 .include "${.CURDIR}/../Makefile.cdrom" 7 8 CDBASE= boot # gives ${CDBASE}.iso 9 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 10 CLEANFILES+= boot.cfg 11 12 prepare_md_post: 13 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg 14 15 .include "${.CURDIR}/../../../common/Makefile.bootcd" 16