aboutsummaryrefslogtreecommitdiff
path: root/etc/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 /etc/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 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 99d905aa3918..b41a806a41e3 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -86,7 +86,7 @@ BIN1+= apmd.conf
BIN1+= auto_master
.endif
-.if ${MK_BLACKLIST_SUPPORT} != "no"
+.if ${MK_BLACKLIST} != "no"
BIN1+= blacklistd.conf
.endif