From 0b0796a3dcbf7fdfb0050796caf3c1de54e09ee3 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 7 Jul 2015 18:46:41 +0000 Subject: [PATCH] lldb: use .PATH to find man page instead of symlinking it MFC after: 1 week Sponsored by: The FreeBSD Foundation --- usr.bin/clang/lldb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile index 127df911b0b9..ebb2a895f32f 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