summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 9ad8149..e658ce1 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -431,7 +431,7 @@ OLD_FILES+=usr/share/man/man7/ldint.7.gz
OLD_FILES+=usr/share/man/man7/binutils.7.gz
.endif
-.if ${MK_BLACKLIST_SUPPORT} == no
+.if ${MK_BLACKLIST} == no
OLD_FILES+=etc/rc.d/blacklistd
OLD_FILES+=usr/include/blacklist.h
OLD_FILES+=usr/lib/libblacklist.a
OpenPOWER on IntegriCloud