Add ld.lld to OptionalObsoleteFiles

This commit is contained in:
Ed Maste 2016-09-07 21:14:35 +00:00
parent 067a6c9ebb
commit dd792b9c2e

View File

@ -4386,6 +4386,10 @@ OLD_DIRS+=usr/include/c++/v1
# to be filled in # to be filled in
#.endif #.endif
.if ${MK_LLD} == no
OLD_FILES+=usr/bin/ld.lld
.endif
.if ${MK_LLDB} == no .if ${MK_LLDB} == no
OLD_FILES+=usr/bin/lldb OLD_FILES+=usr/bin/lldb
OLD_FILES+=usr/share/man/man1/lldb.1.gz OLD_FILES+=usr/share/man/man1/lldb.1.gz