summaryrefslogtreecommitdiff
path: root/lib/libnv
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
commit4b330699f819a81d8e34d471225143ffeb321855 (patch)
tree3794bbf32b858fa79c3e362a4b95adc8a7863010 /lib/libnv
parentcd155b56033ab2693464bdade23e2ccd623e9936 (diff)
Notes
Diffstat (limited to 'lib/libnv')
-rw-r--r--lib/libnv/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile
index 8ef5d2871124..9e4e7f1e20ca 100644
--- a/lib/libnv/Makefile
+++ b/lib/libnv/Makefile
@@ -17,8 +17,6 @@ SRCS+= msgio.c
SRCS+= nvlist.c
SRCS+= nvpair.c
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
+SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>