The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a346348e45ec9f61c9fcc0e8f16042cc98f405f0
commit a346348e45ec9f61c9fcc0e8f16042cc98f405f0 Author: John Baldwin <[email protected]> AuthorDate: 2026-02-18 15:47:18 +0000 Commit: John Baldwin <[email protected]> CommitDate: 2026-02-18 15:47:18 +0000 Use OLD_FILES for libtpool symlink and static libraries Fixes: b78806b156f7 ("Remove additional libtpool and libuutil-related files") --- ObsoleteFiles.inc | 4 ++-- 1 file 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
