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/tests/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/tests/Makefile 2008/02/10 12:40:41 1.8 +++ src/tests/Makefile 2008/08/16 23:51:51 1.9 @@ -1,8 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2008/02/10 12:40:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2008/08/16 23:51:51 gmcgarry Exp $ .include -SUBDIR= atf fs games modules net util +SUBDIR= fs games modules net util + +.if ${MKATF} != "no" +SUBDIR+= atf +.endif TESTSDIR= ${TESTSBASE}