summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-07-08 18:43:55 +0000
committerdim <dim@FreeBSD.org>2015-07-08 18:43:55 +0000
commit91db3ac96dc3ffb6a6f9079ef98cfe0b9af0f05a (patch)
treef1fa334feb87f7c8ece7d10caf385b2726e20c57 /usr.bin/clang
parent706271a799ea439f560140f156e94c430e19fcd3 (diff)
parentc17f8bfdd50cd481c229672bc267cb3c845ace07 (diff)
downloadFreeBSD-src-91db3ac96dc3ffb6a6f9079ef98cfe0b9af0f05a.zip
FreeBSD-src-91db3ac96dc3ffb6a6f9079ef98cfe0b9af0f05a.tar.gz
Merge ^/head r285153 through r285283.
Diffstat (limited to 'usr.bin/clang')
-rw-r--r--usr.bin/clang/lldb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
index 5557e49..7a052a7 100644
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -13,8 +13,8 @@ SRCDIR= tools/lldb/tools/driver
SRCS= Driver.cpp \
Platform.cpp
-lldb.1:
- ln -fs ${LLDB_SRCS}/docs/lldb.1 ${.TARGET}
+# Man page directory
+.PATH: ${LLDB_SRCS}/docs
LIBADD= edit panel ncursesw execinfo z
OpenPOWER on IntegriCloud