Makefile revision 1.2
11.2Schristos#	$NetBSD: Makefile,v 1.2 2017/01/09 13:36:22 christos Exp $
21.1SscoleCDBASE=		ia64cd		# gives ${CDBASE}.iso
31.1Sscole#CDINSTKERNEL=	../../instkernel/instkernel
41.1SscoleCDKERNELS=	netbsd netbsd
51.1SscoleCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
61.1Sscole
71.2Schristos# don't make the CD bootable, there is no installboot support for ia64
81.2Schristos# image_md_post:
91.2Schristos#	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
101.1Sscole
111.1Sscole.include "${.CURDIR}/../../../common/Makefile.bootcd"
121.1Sscole
13