Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3
      1  1.3    martin #	$NetBSD: Makefile,v 1.3 2018/09/28 15:05:19 martin 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.1    bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      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