Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.2
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2017/01/09 13:36:22 christos Exp $
      2  1.1     scole CDBASE=		ia64cd		# gives ${CDBASE}.iso
      3  1.1     scole #CDINSTKERNEL=	../../instkernel/instkernel
      4  1.1     scole CDKERNELS=	netbsd netbsd
      5  1.1     scole CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      6  1.1     scole 
      7  1.2  christos # don't make the CD bootable, there is no installboot support for ia64
      8  1.2  christos # image_md_post:
      9  1.2  christos #	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
     10  1.1     scole 
     11  1.1     scole .include "${.CURDIR}/../../../common/Makefile.bootcd"
     12  1.1     scole 
     13