Makefile revision 1.3
11.3Smartin#	$NetBSD: Makefile,v 1.3 2018/09/28 15:05:20 martin Exp $
21.1SpookaCDBASE=		emipscd			# gives ${CDBASE}.iso
31.1SpookaCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
41.3SmartinCDRELEASE_NODEBUG=	true
51.1SpookaCDKERNELS=	netbsd-INSTALL.gz netbsd
61.1SpookaCDINSTKERNEL=	../../instkernel
71.1Spooka
81.1Spooka#make the CD bootable
91.1Spookaimage_md_post:
101.2Sjmcneill	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
111.1Spooka
121.1Spooka.include "${.CURDIR}/../../../common/Makefile.bootcd"
13