Makefile revision 1.3
11.3Smartin#	$NetBSD: Makefile,v 1.3 2018/09/28 15:05:19 martin Exp $
21.1SbouyerCDBASE=		alphacd		# gives ${CDBASE}.iso
31.1SbouyerCDINSTKERNEL=	../../instkernel/instkernel
41.1SbouyerCDKERNELS=	netbsd netbsd
51.1SbouyerCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
61.3SmartinCDRELEASE_NODEBUG=	true
71.1Sbouyer
81.1Sbouyer#make the CD bootable
91.1Sbouyerimage_md_post:
101.2Sjmcneill	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
111.1Sbouyer
121.1Sbouyer.include "${.CURDIR}/../../../common/Makefile.bootcd"
131.1Sbouyer
14