Home | History | Annotate | Line # | Download | only in bootcd-com
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2019/05/15 13:47:41 christos Exp $
      2 #
      3 
      4 .include "${.CURDIR}/../Makefile.cdrom"
      5 
      6 CDBASE=		boot-com			# gives ${CDBASE}.iso
      7 # HP Proliant iLO serial console is on com1
      8 CDBOOTOPTIONS=	-o console=com0
      9 
     10 CDBUILDEXTRA+=	boot.cfg		# Add boot.cfg file
     11 CLEANFILES+=	boot.cfg
     12 
     13 prepare_md_post:
     14 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg
     15 
     16 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17