Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2018/09/28 15:05:22 martin Exp $
      2 CDBASE=		pmaxcd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      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