summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorlidl <lidl@FreeBSD.org>2016-06-07 16:31:03 +0000
committerlidl <lidl@FreeBSD.org>2016-06-07 16:31:03 +0000
commitcb2fd85b378fc26b1feca1049cb0cc7e9e39bb7d (patch)
treecbf56011f11a4ef1693ce4da63276fbd55033ced /etc
parente2178467c42dd8be21fac55e698c7181c548299a (diff)
downloadFreeBSD-src-cb2fd85b378fc26b1feca1049cb0cc7e9e39bb7d.zip
FreeBSD-src-cb2fd85b378fc26b1feca1049cb0cc7e9e39bb7d.tar.gz
Separate BLACKLIST vs BLACKLIST_SUPPORT properly
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
-rw-r--r--etc/rc.d/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 99d905a..b41a806 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
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 9737adc..9ad9f91 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -170,7 +170,7 @@ FILES+= automountd
FILES+= autounmountd
.endif
-.if ${MK_BLACKLIST_SUPPORT} != "no"
+.if ${MK_BLACKLIST} != "no"
_blacklistd+= blacklistd
.endif
OpenPOWER on IntegriCloud