From 45fe5580cdabc58c4f9392e72c02d1aefa542fb6 Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Wed, 16 Oct 2024 09:22:17 -0700 Subject: [PATCH] Updated and new Makefile.depend files Reviewd by: stevek --- lib/liblutok/Makefile.depend | 14 ++++++++++++++ usr.bin/clang/lldb-server/Makefile.depend | 6 +++--- usr.bin/kyua/Makefile.depend | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 lib/liblutok/Makefile.depend diff --git a/lib/liblutok/Makefile.depend b/lib/liblutok/Makefile.depend new file mode 100644 index 00000000000..1cb182ef8ce --- /dev/null +++ b/lib/liblutok/Makefile.depend @@ -0,0 +1,14 @@ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libc++ \ + lib/msun \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/clang/lldb-server/Makefile.depend b/usr.bin/clang/lldb-server/Makefile.depend index 07b6ab854d3..16db985d2ae 100644 --- a/usr.bin/clang/lldb-server/Makefile.depend +++ b/usr.bin/clang/lldb-server/Makefile.depend @@ -4,9 +4,9 @@ DIRDEPS = \ include \ include/xlocale \ lib/${CSU_DIR} \ - lib/clang/libclang.amd64 \ - lib/clang/liblldb.amd64 \ - lib/clang/libllvm.amd64 \ + lib/clang/libclang \ + lib/clang/liblldb \ + lib/clang/libllvm \ lib/libc \ lib/libc++ \ lib/libcompiler_rt \ diff --git a/usr.bin/kyua/Makefile.depend b/usr.bin/kyua/Makefile.depend index 6e6d14b76ec..d6bfbeef15c 100644 --- a/usr.bin/kyua/Makefile.depend +++ b/usr.bin/kyua/Makefile.depend @@ -11,7 +11,7 @@ DIRDEPS = \ lib/libcxxrt \ lib/libjail \ lib/liblua \ - lib/liblutok.amd64 \ + lib/liblutok \ lib/libsqlite3 \ lib/msun \