summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:50:42 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:50:42 +0000
commit2289bcb175ba52329182f9c24bb863fd2a8624ab (patch)
tree276ed13d51216ac834fa130c5fe67f54720ff3dd
parent8e4d16cb28ae5131448ca95e59e9025426195a29 (diff)
downloadpw-darwin-2289bcb175ba52329182f9c24bb863fd2a8624ab.tar.gz
pw-darwin-2289bcb175ba52329182f9c24bb863fd2a8624ab.tar.zst
pw-darwin-2289bcb175ba52329182f9c24bb863fd2a8624ab.zip
Add HAS_TESTS to all Makefiles that are currently using the
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912.
-rw-r--r--pw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/Makefile b/pw/Makefile
index bdb4384..8db96d9 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -12,6 +12,7 @@ LIBADD= crypt util sbuf
.include <src.opts.mk>
+HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>