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