summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/lldb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/lldb/Makefile')
-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 127df91..ebb2a89 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