Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.6 2026/01/07 16:08:23 nia Exp $
      2 
      3 CDMAKEFSEXTRAOPTS=	-m 700m
      4 
      5 CDBASE=		macppccd		# gives ${CDBASE}.iso
      6 CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      7 CDRELEASE_NODEBUG=	true
      8 CDKERNELS=	netbsd-INSTALL.gz netbsd
      9 CDKERNELS+=	netbsd-INSTALL_601.gz netbsd.601
     10 CDINSTKERNEL=	../../floppies/md-kernel
     11 CDBUILDEXTRA=	${DESTDIR}/usr/mdec/ofwboot.xcf
     12 
     13 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     14