11.9Sdbj#	$NetBSD: Makefile,v 1.9 2021/03/07 03:55:47 dbj Exp $
21.1Shubertf#
31.1Shubertf
41.9Sdbj# HP Proliant iLO serial console is on com1
51.9SdbjCDBOOTOPTIONS=	-o console=com0
61.9Sdbj
71.2Sbouyer.include "${.CURDIR}/../Makefile.cdrom"
81.2Sbouyer
91.1ShubertfCDBASE=		boot-com			# gives ${CDBASE}.iso
101.1Shubertf
111.4SyamtCDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
121.3StsutsuiCLEANFILES+=	boot.cfg
131.3Stsutsui
141.3Stsutsuiprepare_md_post:
151.3Stsutsui	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
161.3Stsutsui
171.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
18