Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.5 2019/09/23 13:42:36 christos Exp $
      2 CDBASE=		x68kcd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
      4 CDRELEASE_NODEBUG=	true
      5 CDINSTKERNEL=	../../floppies/instkernel
      6 CDKERNELS=	netbsd-INSTALL.gz	netbsd
      7 CDBUILDEXTRA=	${BOOT}
      8 BOOTXX_CD9660=	${DESTDIR}/usr/mdec/xxboot_cd9660
      9 CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
     10 
     11 .include "${.CURDIR}/../../../common/Makefile.bootcd"
     12