Makefile revision 1.4
11.4Schristos#	$NetBSD: Makefile,v 1.4 2019/09/23 13:42:33 christos Exp $
21.1SscoleCDBASE=		ia64cd		# gives ${CDBASE}.iso
31.1Sscole#CDINSTKERNEL=	../../instkernel/instkernel
41.1SscoleCDKERNELS=	netbsd netbsd
51.4SchristosCDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
61.3SmartinCDRELEASE_NODEBUG=	true
71.1Sscole
81.2Schristos# don't make the CD bootable, there is no installboot support for ia64
91.2Schristos# image_md_post:
101.2Schristos#	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
111.1Sscole
121.1Sscole.include "${.CURDIR}/../../../common/Makefile.bootcd"
131.1Sscole
14