1 # $NetBSD: Makefile,v 1.7 2021/02/06 16:02:43 dbj Exp $ 2 # 3 4 # HP Proliant iLO serial console is on com1 5 CDBOOTOPTIONS= -o console=com0 6 7 .include "${.CURDIR}/../Makefile.cdrom" 8 9 CDBASE= boot-com # gives ${CDBASE}.iso 10 11 CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 12 CLEANFILES+= boot.cfg 13 14 prepare_md_post: 15 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg 16 17 .include "${.CURDIR}/../../../common/Makefile.bootcd" 18