1 # $NetBSD: Makefile,v 1.1 2006/10/29 17:58:15 hubertf Exp $ 2 # 3 4 # Install CD, to be made after 'build.sh release' 5 # Requires populated $RELEASEDIR/${MACHINE} 6 7 CDBASE= boot # gives ${CDBASE}.iso 8 CDKERNEL= netbsd-INSTALL.gz # from ../instkernel 9 CDRELEASE= true # include $RELEASEDIR/$MACHINE 10 11 .include "${.CURDIR}/../../../common/Makefile.bootcd" 12