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