lldb: use .PATH to find man page instead of symlinking it
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2679883c77
commit
7259ef9e7d
@ -13,8 +13,8 @@ SRCDIR= tools/lldb/tools/driver
|
|||||||
SRCS= Driver.cpp \
|
SRCS= Driver.cpp \
|
||||||
Platform.cpp
|
Platform.cpp
|
||||||
|
|
||||||
lldb.1:
|
# Man page directory
|
||||||
ln -fs ${LLDB_SRCS}/docs/lldb.1 ${.TARGET}
|
.PATH: ${LLDB_SRCS}/docs
|
||||||
|
|
||||||
LIBADD= edit panel ncursesw execinfo z
|
LIBADD= edit panel ncursesw execinfo z
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user