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