Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2018/09/28 15:05:19 martin Exp $
2CDBASE=		alphacd		# gives ${CDBASE}.iso
3CDINSTKERNEL=	../../instkernel/instkernel
4CDKERNELS=	netbsd netbsd
5CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
6CDRELEASE_NODEBUG=	true
7
8#make the CD bootable
9image_md_post:
10	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
11
12.include "${.CURDIR}/../../../common/Makefile.bootcd"
13
14