1 # $NetBSD: Makefile,v 1.9 2021/03/07 03:55:47 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