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