Home | History | Annotate | Line # | Download | only in bootcd-com
      1  1.9      dbj #	$NetBSD: Makefile,v 1.9 2021/03/07 03:55:47 dbj Exp $
      2  1.1  hubertf #
      3  1.1  hubertf 
      4  1.9      dbj # HP Proliant iLO serial console is on com1
      5  1.9      dbj CDBOOTOPTIONS=	-o console=com0
      6  1.9      dbj 
      7  1.2   bouyer .include "${.CURDIR}/../Makefile.cdrom"
      8  1.2   bouyer 
      9  1.1  hubertf CDBASE=		boot-com			# gives ${CDBASE}.iso
     10  1.1  hubertf 
     11  1.4     yamt CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
     12  1.3  tsutsui CLEANFILES+=	boot.cfg
     13  1.3  tsutsui 
     14  1.3  tsutsui prepare_md_post:
     15  1.3  tsutsui 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
     16  1.3  tsutsui 
     17  1.1  hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     18