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