Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2007/03/08 13:48:36 bouyer 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