Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2006/06/02 22:35:22 hubertf Exp $
2#
3
4CDBASE=		boot-com			# gives ${CDBASE}.iso
5CDKERNEL=	netbsd-INSTALL.gz	# from ../instkernel
6CDBOOTOPTIONS=	-o console=com0
7
8.include "${.CURDIR}/../../../common/Makefile.bootcd"
9