Makefile revision 1.2
11.2Sjmcneill# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill 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.2Sjmcneill ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 101.1Spooka 111.1Spooka.include "${.CURDIR}/../../../common/Makefile.bootcd" 12