Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.7 2024/04/23 12:25:57 nia Exp $
      2 #
      3 
      4 # Install CD, to be made after 'build.sh release'
      5 # Requires populated $RELEASEDIR/${MACHINE}
      6 
      7 .include <bsd.own.mk>
      8 .include "${.CURDIR}/../Makefile.cdrom"
      9 
     10 CDBASE=		amd64cd			# gives ${CDBASE}.iso
     11 CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
     12 CDRELEASE_NODEBUG=	true
     13 CDRELEASE_NOCOMPAT=	true
     14 CDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
     15 CLEANFILES+=	boot.cfg
     16 
     17 prepare_md_post:
     18 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
     19 		< ${.CURDIR}/boot.cfg.in > boot.cfg
     20 
     21 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     22