diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-10-16 16:22:17 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-10-16 16:26:29 +0000 |
| commit | 45fe5580cdabc58c4f9392e72c02d1aefa542fb6 (patch) | |
| tree | 2fc2d1c3b3335a35ad6325e6cc9ca7c61df18a96 /usr.bin | |
| parent | b3e7d4b67ce653bcdd9ec671cfdcdfed58a0ea50 (diff) | |
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/clang/lldb-server/Makefile.depend | 6 | ||||
| -rw-r--r-- | usr.bin/kyua/Makefile.depend | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/clang/lldb-server/Makefile.depend b/usr.bin/clang/lldb-server/Makefile.depend index 07b6ab854d37..16db985d2ae3 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 6e6d14b76ecd..d6bfbeef15c5 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 \ |
