1#	$NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill Exp $
2CDBASE=		emipscd			# gives ${CDBASE}.iso
3CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
4CDKERNELS=	netbsd-INSTALL.gz netbsd
5CDINSTKERNEL=	../../instkernel
6
7#make the CD bootable
8image_md_post:
9	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
10
11.include "${.CURDIR}/../../../common/Makefile.bootcd"
12