aboutsummaryrefslogtreecommitdiff
path: root/libexec
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 /libexec
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 'libexec')
-rw-r--r--libexec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index fdcc49a3eef8..5c6130a18db6 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -34,7 +34,7 @@ SUBDIR= ${_atf} \
_atrun= atrun
.endif
-.if ${MK_BLACKLIST_SUPPORT} != "no"
+.if ${MK_BLACKLIST} != "no"
_blacklistd-helper+= blacklistd-helper
.endif