Makefile revision 1.10
1# $NetBSD: Makefile,v 1.10 2026/01/07 16:08:22 nia Exp $ 2# 3 4CDMAKEFSEXTRAOPTS= -m 700m 5 6# HP Proliant iLO serial console is on com1 7CDBOOTOPTIONS= -o console=com0 8 9.include "${.CURDIR}/../Makefile.cdrom" 10 11CDBASE= boot-com # gives ${CDBASE}.iso 12 13CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 14CLEANFILES+= boot.cfg 15 16prepare_md_post: 17 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg 18 19.include "${.CURDIR}/../../../common/Makefile.bootcd" 20