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