summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-15 21:20:52 +0000
committerbapt <bapt@FreeBSD.org>2015-06-15 21:20:52 +0000
commit9efdecaac95b7b56219b44af61ba6196344beac5 (patch)
tree3a843f4209dc51b58b4fa5f03c3370356ab04c26 /usr.bin
parentc48a90f2e7a7a9a9d2af6a51b09456d416317a6a (diff)
downloadFreeBSD-src-9efdecaac95b7b56219b44af61ba6196344beac5.zip
FreeBSD-src-9efdecaac95b7b56219b44af61ba6196344beac5.tar.gz
Convert to LIBADD
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/clang/lldb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
index 5102835..127df91 100644
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -16,8 +16,7 @@ SRCS= Driver.cpp \
lldb.1:
ln -fs ${LLDB_SRCS}/docs/lldb.1 ${.TARGET}
-DPADD= ${LIBEDIT} ${LIBNCURSESW} ${LIBEXECINFO} ${LIBPANEL} ${LIBZ}
-LDADD= -ledit -lncursesw -lexecinfo -lpanel -lz
+LIBADD= edit panel ncursesw execinfo z
LLDB_LIBS=\
lldb \
OpenPOWER on IntegriCloud