Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1
      1  1.1  hubertf #	$NetBSD: Makefile,v 1.1 2006/10/29 17:58:16 hubertf Exp $
      2  1.1  hubertf #
      3  1.1  hubertf 
      4  1.1  hubertf CDBASE=		boot			# gives ${CDBASE}.iso
      5  1.1  hubertf CDKERNEL=	netbsd-INSTALL.gz	# from ../instkernel
      6  1.1  hubertf CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      7  1.1  hubertf 
      8  1.1  hubertf .include "${.CURDIR}/../../../common/Makefile.bootcd"
      9