MFC r292355: Remove lldb(1) files if WITHOUT_LLDB is set
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d0682c6d12
commit
6ddaa5ff34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user