Home | History | Annotate | Line # | Download | only in installcd
      1  1.4  christos #	$NetBSD: Makefile,v 1.4 2019/09/23 13:42:30 christos Exp $
      2  1.1    bouyer CDBASE=		alphacd		# gives ${CDBASE}.iso
      3  1.1    bouyer CDINSTKERNEL=	../../instkernel/instkernel
      4  1.1    bouyer CDKERNELS=	netbsd netbsd
      5  1.4  christos CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      6  1.3    martin CDRELEASE_NODEBUG=	true
      7  1.1    bouyer 
      8  1.1    bouyer #make the CD bootable
      9  1.1    bouyer image_md_post:
     10  1.2  jmcneill 	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
     11  1.1    bouyer 
     12  1.1    bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     13  1.1    bouyer 
     14