diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-02-18 15:47:18 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-02-18 15:47:18 +0000 |
| commit | a346348e45ec9f61c9fcc0e8f16042cc98f405f0 (patch) | |
| tree | ea5f8b5664746334494da7ec324a355cf738c7e8 | |
| parent | b20883e8210eb30c8ffba467c4bc9fce89bde6c4 (diff) | |
Use OLD_FILES for libtpool symlink and static libraries
Fixes: b78806b156f7 ("Remove additional libtpool and libuutil-related files")
| -rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 309ea6dfd92e..f0e2e12a695a 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -104,8 +104,8 @@ OLD_LIBS+=lib/libuutil.so.2 OLD_FILES+=usr/lib/libuutil.a OLD_FILES+=usr/lib/libuutil.so OLD_LIBS+=lib/libtpool.so.2 -OLD_LIBS+=usr/lib/libtpool.a -OLD_LIBS+=usr/lib/libtpool.so +OLD_FILES+=usr/lib/libtpool.a +OLD_FILES+=usr/lib/libtpool.so OLD_FILES+=usr/tests/cddl/lib/libtpool/libtpool_test OLD_FILES+=usr/tests/cddl/lib/libtpool/Kyuafile |
