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