1 1.6 martin # $NetBSD: Makefile,v 1.6 2025/06/25 15:33:34 martin Exp $ 2 1.1 scole CDBASE= ia64cd # gives ${CDBASE}.iso 3 1.5 martin 4 1.1 scole #CDINSTKERNEL= ../../instkernel/instkernel 5 1.6 martin CDKERNELS= ${KERNELCOMPDIR}/GENERIC/netbsd netbsd 6 1.4 christos CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 7 1.3 martin CDRELEASE_NODEBUG= true 8 1.1 scole 9 1.2 christos # don't make the CD bootable, there is no installboot support for ia64 10 1.2 christos # image_md_post: 11 1.2 christos # ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE} 12 1.1 scole 13 1.5 martin .include <bsd.own.mk> 14 1.6 martin KERNELCOMPDIR!= cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile && ${PRINTOBJDIR} 15 1.5 martin 16 1.1 scole .include "${.CURDIR}/../../../common/Makefile.bootcd" 17 1.1 scole 18