Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.22.1
      1  1.1.22.1  msaitoh #	$NetBSD: Makefile,v 1.1.22.1 2014/11/08 11:35:45 msaitoh 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.1   bouyer 
      7       1.1   bouyer #make the CD bootable
      8       1.1   bouyer image_md_post:
      9  1.1.22.1  msaitoh 	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
     10       1.1   bouyer 
     11       1.1   bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     12       1.1   bouyer 
     13