Makefile revision 1.1
11.1Shubertf#	$NetBSD: Makefile,v 1.1 2006/10/29 17:58:15 hubertf Exp $
21.1Shubertf#
31.1Shubertf
41.1Shubertf# Install CD, to be made after 'build.sh release'
51.1Shubertf# Requires populated $RELEASEDIR/${MACHINE}
61.1Shubertf
71.1ShubertfCDBASE=		boot			# gives ${CDBASE}.iso
81.1ShubertfCDKERNEL=	netbsd-INSTALL.gz	# from ../instkernel
91.1ShubertfCDRELEASE=      true                    # include $RELEASEDIR/$MACHINE
101.1Shubertf
111.1Shubertf.include "${.CURDIR}/../../../common/Makefile.bootcd"
12