Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.4.8.1
      1  1.4.8.1    bouyer #	$NetBSD: Makefile,v 1.4.8.1 2025/05/10 17:50:41 bouyer Exp $
      2      1.1     scole CDBASE=		ia64cd		# gives ${CDBASE}.iso
      3  1.4.8.1    bouyer 
      4      1.1     scole #CDINSTKERNEL=	../../instkernel/instkernel
      5  1.4.8.1    bouyer CDKERNELS=	${KERNELCOMPDIR}/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.4.8.1    bouyer .include <bsd.own.mk>
     14  1.4.8.1    bouyer KERNELCOMPDIR!= cd ${.CURDIR}/../../../../sys/arch/${MACHINE}/compile/GENERIC && ${PRINTOBJDIR}
     15  1.4.8.1    bouyer 
     16      1.1     scole .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17      1.1     scole 
     18