Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3.4.1
      1  1.3.4.1     matt #	$NetBSD: Makefile,v 1.3.4.1 2008/01/09 01:27:53 matt Exp $
      2      1.1  hubertf #
      3      1.1  hubertf 
      4      1.1  hubertf # Install CD, to be made after 'build.sh release'
      5      1.1  hubertf # Requires populated $RELEASEDIR/${MACHINE}
      6      1.1  hubertf 
      7      1.2   bouyer .include "${.CURDIR}/../Makefile.cdrom"
      8      1.2   bouyer 
      9      1.2   bouyer CDBASE=		i386cd			# gives ${CDBASE}.iso
     10  1.3.4.1     matt CDRELEASE=	true                    # include $RELEASEDIR/$MACHINE
     11  1.3.4.1     matt CDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
     12  1.3.4.1     matt CLEANFILES+=	boot.cfg
     13  1.3.4.1     matt 
     14  1.3.4.1     matt prepare_md_post:
     15  1.3.4.1     matt 	${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/boot.cfg.in > boot.cfg
     16      1.1  hubertf 
     17      1.1  hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
     18