MFC r292355: Remove lldb(1) files if WITHOUT_LLDB is set

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2015-12-21 15:13:15 +00:00
parent d0682c6d12
commit 6ddaa5ff34

View File

@ -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