Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.1.14.1
      1 #	$NetBSD: Makefile,v 1.1.14.1 2008/06/02 13:21:12 mjf Exp $
      2 CDBASE=		arccd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      4 CDKERNELS=	netbsd-RAMDISK.gz netbsd
      5 CDINSTKERNEL=	../../instkernel
      6 CDBUILDEXTRA=	${DESTDIR}/usr/mdec/boot
      7 
      8 .include "${.CURDIR}/../../../common/Makefile.bootcd"
      9