1 # $NetBSD: Makefile,v 1.1 2007/03/06 21:56:56 bouyer Exp $ 2 CDBASE= catscd # gives ${CDBASE}.iso 3 CDRELEASE= true # include $RELEASEDIR/$MACHINE 4 CDKERNELS= netbsd.aout-INSTALL netbsd 5 CDINSTKERNEL= ../../instkernel 6 7 .include "${.CURDIR}/../../../common/Makefile.bootcd" 8