Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.3.24.1
      1 #	$NetBSD: Makefile,v 1.3.24.1 2018/09/30 01:45:03 pgoyette 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