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