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