Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.4
      1  1.4    scole #	$NetBSD: Makefile,v 1.4 2018/11/13 03:07:21 scole Exp $
      2  1.1   bouyer CDBASE=		macppccd		# gives ${CDBASE}.iso
      3  1.1   bouyer CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4  1.3   martin CDRELEASE_NODEBUG=	true
      5  1.2  tsutsui CDKERNELS=	netbsd-INSTALL.gz netbsd
      6  1.4    scole CDKERNELS+=	netbsd-INSTALL_601.gz netbsd.601
      7  1.2  tsutsui CDINSTKERNEL=	../../floppies/md-kernel
      8  1.2  tsutsui CDBUILDEXTRA=	${DESTDIR}/usr/mdec/ofwboot.xcf
      9  1.1   bouyer 
     10  1.1   bouyer .include "${.CURDIR}/../../../common/Makefile.bootcd"
     11