Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.38.2
      1  1.1.38.2    yamt #	$NetBSD: Makefile,v 1.1.38.2 2014/05/22 12:01:31 yamt Exp $
      2       1.1  bouyer CDBASE=		pmaxcd			# gives ${CDBASE}.iso
      3       1.1  bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4  1.1.38.2    yamt .if ${MACHINE_ARCH} == "mipsel"
      5       1.1  bouyer CDKERNELS=	netbsd-INSTALL.gz netbsd
      6  1.1.38.2    yamt .else
      7  1.1.38.2    yamt CDKERNELS=	netbsd-INSTALL64.gz netbsd
      8  1.1.38.2    yamt .endif
      9       1.1  bouyer CDINSTKERNEL=	../../instkernel
     10       1.1  bouyer 
     11       1.1  bouyer #make the CD bootable
     12       1.1  bouyer image_md_post:
     13  1.1.38.1    yamt 	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
     14       1.1  bouyer 
     15       1.1  bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     16