Makefile revision 1.7
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
5CDBOOTOPTIONS=	-o console=com0
6
7.include "${.CURDIR}/../Makefile.cdrom"
8
9CDBASE=		boot-com			# gives ${CDBASE}.iso
10
11CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
12CLEANFILES+=	boot.cfg
13
14prepare_md_post:
15	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
16
17.include "${.CURDIR}/../../../common/Makefile.bootcd"
18