1 # $NetBSD: Makefile,v 1.2.42.2 2020/04/13 07:45:25 martin Exp $ 2 CDBASE= emipscd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 4 CDRELEASE_NODEBUG= true 5 CDKERNELS= netbsd-INSTALL.gz netbsd 6 CDINSTKERNEL= ../../instkernel 7 8 #make the CD bootable 9 image_md_post: 10 ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 11 12 .include "${.CURDIR}/../../../common/Makefile.bootcd" 13