summaryrefslogtreecommitdiffstats
path: root/pw
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
commitde6f37f33940a64b85b2af2d427295b55a93e2e1 (patch)
tree35056ed10a5ae08fc74acc3b5418dafeed42d9c9 /pw
parentf9c75a7f5875ba6275cdaad7bd424f1b376e88ae (diff)
downloadpw-darwin-de6f37f33940a64b85b2af2d427295b55a93e2e1.tar.gz
pw-darwin-de6f37f33940a64b85b2af2d427295b55a93e2e1.tar.zst
pw-darwin-de6f37f33940a64b85b2af2d427295b55a93e2e1.zip
Add HAS_TESTS to all Makefiles that are currently using the
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912.
Diffstat (limited to 'pw')
-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>