Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.5 2019/09/23 13:42:33 christos Exp $
      2 CDBASE=		macppccd		# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      4 CDRELEASE_NODEBUG=	true
      5 CDKERNELS=	netbsd-INSTALL.gz netbsd
      6 CDKERNELS+=	netbsd-INSTALL_601.gz netbsd.601
      7 CDINSTKERNEL=	../../floppies/md-kernel
      8 CDBUILDEXTRA=	${DESTDIR}/usr/mdec/ofwboot.xcf
      9 
     10 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     11