1 # $NetBSD: Makefile,v 1.2 2007/03/06 21:52:45 bouyer Exp $ 2 # 3 4 .include "${.CURDIR}/../Makefile.cdrom" 5 6 CDBASE= amd64cd # gives ${CDBASE}.iso 7 CDKERNELS= netbsd-INSTALL.gz netbsd # from ../instkernel 8 CDRELEASE= true # include $RELEASEDIR/$MACHINE 9 10 .include "${.CURDIR}/../../../common/Makefile.bootcd" 11