Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.5 2024/05/24 13:26:35 tsutsui Exp $
      2 CDBASE=		emipscd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      4 CDRELEASE_NODEBUG=	true
      5 CDKERNELS=	netbsd-INSTALL.gz netbsd
      6 CDINSTKERNEL=	../../instkernel
      7 
      8 .include "${.CURDIR}/../../../common/Makefile.bootcd"
      9