1 # $NetBSD: Makefile,v 1.2.14.1 2019/06/10 21:42:24 christos Exp $ 2 CDBASE= ia64cd # gives ${CDBASE}.iso 3 #CDINSTKERNEL= ../../instkernel/instkernel 4 CDKERNELS= netbsd netbsd 5 CDRELEASE= true # include $RELEASEDIR/$MACHINE 6 CDRELEASE_NODEBUG= true 7 8 # don't make the CD bootable, there is no installboot support for ia64 9 # image_md_post: 10 # ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 11 12 .include "${.CURDIR}/../../../common/Makefile.bootcd" 13 14