Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3.26.2
      1  1.3.26.2    martin #	$NetBSD: Makefile,v 1.3.26.2 2020/04/13 07:45:30 martin Exp $
      2       1.1    bouyer CDBASE=		pmaxcd			# gives ${CDBASE}.iso
      3  1.3.26.2    martin CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      4  1.3.26.1  christos CDRELEASE_NODEBUG=	true
      5       1.3       mrg .if ${MACHINE_ARCH} == "mipsel"
      6       1.1    bouyer CDKERNELS=	netbsd-INSTALL.gz netbsd
      7       1.3       mrg .else
      8       1.3       mrg CDKERNELS=	netbsd-INSTALL64.gz netbsd
      9       1.3       mrg .endif
     10       1.1    bouyer CDINSTKERNEL=	../../instkernel
     11       1.1    bouyer 
     12       1.1    bouyer #make the CD bootable
     13       1.1    bouyer image_md_post:
     14       1.2  jmcneill 	${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
     15       1.1    bouyer 
     16       1.1    bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     17