Home | History | Annotate | Line # | Download | only in installcd
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2018/09/28 15:05:23 martin Exp $
      2 CDBASE=		x68kcd			# gives ${CDBASE}.iso
      3 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
      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