|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.245, 2006/06/02 22:16:18 | version 1.246, 2006/09/07 03:51:44 | ||
|---|---|---|---|
|
|
||
| # | # | ||
| .for dir in ${_SUBDIR} | .for dir in ${_SUBDIR} | ||
| .if exists(${dir}/Makefile) && (${BUILD_${dir}:Uyes} != "no") | .if ("${dir}" == ".WAIT") || exists(${dir}/Makefile) && (${BUILD_${dir}:Uyes} != "no") | ||
| SUBDIR+= ${dir} | SUBDIR+= ${dir} | ||
| .endif | .endif | ||
| .endfor | .endfor |