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:
emaste 2015-07-07 18:46:41 +00:00
parent 2679883c77
commit 7259ef9e7d

View File

@ -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