Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.2.12.1
      1  1.2.12.1      mjf #	$NetBSD: Makefile,v 1.2.12.1 2008/06/02 13:21:12 mjf Exp $
      2       1.1  hubertf #
      3       1.1  hubertf 
      4       1.2   bouyer .include "${.CURDIR}/../Makefile.cdrom"
      5       1.2   bouyer 
      6       1.2   bouyer CDBASE=		amd64cd			# gives ${CDBASE}.iso
      7       1.2   bouyer CDKERNELS=	netbsd-INSTALL.gz	netbsd	# from ../instkernel
      8       1.1  hubertf CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      9  1.2.12.1      mjf CDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
     10  1.2.12.1      mjf CLEANFILES+=	boot.cfg
     11  1.2.12.1      mjf 
     12  1.2.12.1      mjf prepare_md_post:
     13  1.2.12.1      mjf 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \
     14  1.2.12.1      mjf 		< ${.CURDIR}/boot.cfg.in > boot.cfg
     15       1.1  hubertf 
     16       1.1  hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17