Makefile revision 1.1
11.1Spooka#	$NetBSD: Makefile,v 1.1 2011/01/26 01:18:44 pooka Exp $
21.1SpookaCDBASE=		emipscd			# gives ${CDBASE}.iso
31.1SpookaCDRELEASE=	true			# include $RELEASEDIR/$MACHINE
41.1SpookaCDKERNELS=	netbsd-INSTALL.gz netbsd
51.1SpookaCDINSTKERNEL=	../../instkernel
61.1Spooka
71.1Spooka#make the CD bootable
81.1Spookaimage_md_post:
91.1Spooka	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
101.1Spooka
111.1Spooka.include "${.CURDIR}/../../../common/Makefile.bootcd"
12