1 1.2.40.1 pgoyette # $NetBSD: Makefile,v 1.2.40.1 2018/09/30 01:45:01 pgoyette Exp $ 2 1.1 pooka CDBASE= emipscd # gives ${CDBASE}.iso 3 1.1 pooka CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 1.2.40.1 pgoyette CDRELEASE_NODEBUG= true 5 1.1 pooka CDKERNELS= netbsd-INSTALL.gz netbsd 6 1.1 pooka CDINSTKERNEL= ../../instkernel 7 1.1 pooka 8 1.1 pooka #make the CD bootable 9 1.1 pooka image_md_post: 10 1.2 jmcneill ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 11 1.1 pooka 12 1.1 pooka .include "${.CURDIR}/../../../common/Makefile.bootcd" 13