summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-16 19:48:03 +0000
committeremaste <emaste@FreeBSD.org>2015-12-16 19:48:03 +0000
commit22b67b80a947ec25c86b1236285c4913903fd51b (patch)
tree959eb7268c9a46ed152403e85ec4a1d4403ad860 /tools
parentce23aefc577d16933dbc35c61290d0a5c7d3d7aa (diff)
downloadFreeBSD-src-22b67b80a947ec25c86b1236285c4913903fd51b.zip
FreeBSD-src-22b67b80a947ec25c86b1236285c4913903fd51b.tar.gz
Remove lldb(1) files if WITHOUT_LLDB is set
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 0e9c955..779f596 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -4254,6 +4254,11 @@ OLD_DIRS+=usr/include/c++/v1
# to be filled in
#.endif
+.if ${MK_LLDB} == no
+OLD_FILES+=usr/bin/lldb
+OLD_FILES+=usr/share/man/man1/lldb.1.gz
+.endif
+
.if ${MK_LOCALES} == no
OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
OpenPOWER on IntegriCloud