summaryrefslogtreecommitdiffstats
path: root/pw
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:35:51 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:35:51 +0000
commitf9c75a7f5875ba6275cdaad7bd424f1b376e88ae (patch)
treebe412cdea553948fb8f9e1152e729b06b28184ca /pw
parenta011bc90ddf52787b7dca3cc3caf01fe3b1a88c1 (diff)
downloadpw-darwin-f9c75a7f5875ba6275cdaad7bd424f1b376e88ae.tar.gz
pw-darwin-f9c75a7f5875ba6275cdaad7bd424f1b376e88ae.tar.zst
pw-darwin-f9c75a7f5875ba6275cdaad7bd424f1b376e88ae.zip
Convert traditional ${MK_TESTS} conditional idiom for including test
directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks
Diffstat (limited to 'pw')
-rw-r--r--pw/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/pw/Makefile b/pw/Makefile
index f26c9de..bdb4384 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -12,8 +12,6 @@ LIBADD= crypt util sbuf
.include <src.opts.mk>
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>