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