1 # $NetBSD: Makefile,v 1.2 2010/10/05 14:16:19 tsutsui Exp $ 2 CDBASE= catscd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 CDKERNELS= netbsd-INSTALL.aout netbsd 5 CDINSTKERNEL= ../../instkernel 6 7 .include "${.CURDIR}/../../../common/Makefile.bootcd" 8