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