Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2007/03/06 21:52:46 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 CDKERNELS=	netbsd-INSTALL_LARGE.gz	netbsd	# from ../instkernel
     11 CDKERNELS+=	netbsd-INSTALL_LAPTOP.gz nbsd-l
     12 CDKERNELS+=	netbsd-INSTALL.gz	nbsd-i
     13 CDRELEASE=      true                    # include $RELEASEDIR/$MACHINE
     14 
     15 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     16