Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.2.1
      1 #	$NetBSD: Makefile,v 1.1.2.1 2007/03/09 06:59:30 riz 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 
     12 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     13