1 # $NetBSD: Makefile,v 1.3.64.1 2019/06/10 21:42:18 christos Exp $ 2 CDBASE= arccd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 CDRELEASE_NODEBUG= true 5 CDKERNELS= netbsd-RAMDISK.gz netbsd 6 CDINSTKERNEL= ../../instkernel 7 CDBUILDEXTRA= ${DESTDIR}/usr/mdec/boot 8 9 .include "${.CURDIR}/../../../common/Makefile.bootcd" 10