1 # $NetBSD: Makefile,v 1.4 2019/09/23 13:42:31 christos Exp $ 2 CDBASE= catscd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 4 CDRELEASE_NODEBUG= true 5 CDKERNELS= netbsd-INSTALL.aout netbsd 6 CDINSTKERNEL= ../../instkernel 7 8 .include "${.CURDIR}/../../../common/Makefile.bootcd" 9