Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.245 retrieving revision 1.246 diff -u -p -r1.245 -r1.246 --- src/Makefile 2006/06/02 22:16:18 1.245 +++ src/Makefile 2006/09/07 03:51:44 1.246 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2006/06/02 22:16:18 mrg Exp $ +# $NetBSD: Makefile,v 1.246 2006/09/07 03:51:44 dbj Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -124,7 +124,7 @@ _SUBDIR+= usr.sbin share rescue sys etc # .for dir in ${_SUBDIR} -.if exists(${dir}/Makefile) && (${BUILD_${dir}:Uyes} != "no") +.if ("${dir}" == ".WAIT") || exists(${dir}/Makefile) && (${BUILD_${dir}:Uyes} != "no") SUBDIR+= ${dir} .endif .endfor