Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.6 2025/06/25 15:33:34 martin Exp $
      2 CDBASE=		ia64cd		# gives ${CDBASE}.iso
      3 
      4 #CDINSTKERNEL=	../../instkernel/instkernel
      5 CDKERNELS=	${KERNELCOMPDIR}/GENERIC/netbsd netbsd
      6 CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      7 CDRELEASE_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>
     14 KERNELCOMPDIR!= cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile && ${PRINTOBJDIR}
     15 
     16 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17 
     18