aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorKurt Lidl <lidl@FreeBSD.org>2016-06-07 16:31:03 +0000
committerKurt Lidl <lidl@FreeBSD.org>2016-06-07 16:31:03 +0000
commitc0759dac0d4a52e9cf67fbe46ea0f2caa225164e (patch)
treecbf56011f11a4ef1693ce4da63276fbd55033ced /lib/Makefile
parent9349564fec389dfcb87a5ae6b43461f23948adeb (diff)
downloadsrc-c0759dac0d4a52e9cf67fbe46ea0f2caa225164e.tar.gz
src-c0759dac0d4a52e9cf67fbe46ea0f2caa225164e.zip
Separate BLACKLIST vs BLACKLIST_SUPPORT properly
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=301553
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index d475c6c53fca..0fff80266c97 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -161,7 +161,7 @@ SUBDIR_DEPEND_liblzma= ${_libthr}
_libngatm= libngatm
.endif
-.if ${MK_BLACKLIST_SUPPORT} != "no"
+.if ${MK_BLACKLIST} != "no"
_libblacklist= libblacklist
.endif