Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.2.2
      1 #	$NetBSD: Makefile,v 1.1.2.2 2011/03/06 15:07:37 bouyer Exp $
      2 CDBASE=		emipscd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4 CDKERNELS=	netbsd-INSTALL.gz netbsd
      5 CDINSTKERNEL=	../../instkernel
      6 
      7 #make the CD bootable
      8 image_md_post:
      9 	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
     10 
     11 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     12