summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-21 15:13:15 +0000
committeremaste <emaste@FreeBSD.org>2015-12-21 15:13:15 +0000
commit6ddaa5ff34cfcd97b47c3052d87877b1fd9c34e8 (patch)
tree5f170ceedba30239131a5fcc74187972210d27e1 /tools
parentd0682c6d122d9cb0e2ecc93f051405e7a578d7f9 (diff)
downloadFreeBSD-src-6ddaa5ff34cfcd97b47c3052d87877b1fd9c34e8.zip
FreeBSD-src-6ddaa5ff34cfcd97b47c3052d87877b1fd9c34e8.tar.gz
MFC r292355: 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 f51e15e..886fbaa 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -3487,6 +3487,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
# to be filled in
#.endif
OpenPOWER on IntegriCloud