aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2013-11-08 14:24:47 +0000
committerJulio Merino <jmmv@FreeBSD.org>2013-11-08 14:24:47 +0000
commite01d128a428f2d8d387a4eff6b3ec602423a1b3a (patch)
treeb24803c1f4d0f4f5e9536ebe8ff71f4dacf44b63 /lib/Makefile
parentee695f67a6efc46af7ee0edb5882abfd2f2feda9 (diff)
Notes
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 074a9173adcd..2db83a6fbf69 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -140,10 +140,6 @@ _csu=csu
# NB: keep these sorted by MK_* knobs
-.if ${MK_ATF} != "no"
-_atf= atf
-.endif
-
.if ${MK_ATM} != "no"
_libngatm= libngatm
.endif
@@ -253,6 +249,10 @@ _libsmutil= libsmutil
_libtelnet= libtelnet
.endif
+.if ${MK_TESTS} != "no"
+_atf= atf
+.endif
+
.if ${MK_UNBOUND} != "no"
_libunbound= libunbound
.endif