1 # $NetBSD: Makefile,v 1.1.22.1 2014/11/08 11:35:45 msaitoh Exp $ 2 CDBASE= alphacd # gives ${CDBASE}.iso 3 CDINSTKERNEL= ../../instkernel/instkernel 4 CDKERNELS= netbsd netbsd 5 CDRELEASE= true # include $RELEASEDIR/$MACHINE 6 7 #make the CD bootable 8 image_md_post: 9 ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 10 11 .include "${.CURDIR}/../../../common/Makefile.bootcd" 12 13