summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/lldb
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-07-07 18:46:41 +0000
committeremaste <emaste@FreeBSD.org>2015-07-07 18:46:41 +0000
commit7259ef9e7dadd52f16f51bebd6299baabc0d8d15 (patch)
tree8d18a7d88f3c3a6d62ebbd644253200cf8b37f7e /usr.bin/clang/lldb
parent2679883c77799da43455e227a68be0d0f8e6356e (diff)
downloadFreeBSD-src-7259ef9e7dadd52f16f51bebd6299baabc0d8d15.zip
FreeBSD-src-7259ef9e7dadd52f16f51bebd6299baabc0d8d15.tar.gz
lldb: use .PATH to find man page instead of symlinking it
MFC after: 1 week Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/clang/lldb')
-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