# $NetBSD: Makefile,v 1.8 2026/01/07 16:08:22 nia Exp $ # CDMAKEFSEXTRAOPTS= -m 700m .include "${.CURDIR}/../Makefile.cdrom" CDBASE= boot-com # gives ${CDBASE}.iso CDBOOTOPTIONS= -o console=com0 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file CLEANFILES+= boot.cfg prepare_md_post: ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg .include "${.CURDIR}/../../../common/Makefile.bootcd"