Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2006/10/29 17:58:15 hubertf Exp $
2#
3
4# Install CD, to be made after 'build.sh release'
5# Requires populated $RELEASEDIR/${MACHINE}
6
7CDBASE=		boot			# gives ${CDBASE}.iso
8CDKERNEL=	netbsd-INSTALL.gz	# from ../instkernel
9CDRELEASE=      true                    # include $RELEASEDIR/$MACHINE
10
11.include "${.CURDIR}/../../../common/Makefile.bootcd"
12