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