git: f5c9fb10695b - stable/13 - Trim a couple of duplicate entries from WITHOUT_PROFILE.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Apr 2022 20:54:58 UTC
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=f5c9fb10695be0f7a5bbfdae9fc104d733e9a74a
commit f5c9fb10695be0f7a5bbfdae9fc104d733e9a74a
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-12-01 22:23:31 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-04-29 20:50:04 +0000
Trim a couple of duplicate entries from WITHOUT_PROFILE.
(cherry picked from commit 07c2b29b6ed805bade2751a53274bb3dd3d20edd)
---
tools/build/mk/OptionalObsoleteFiles.inc | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 290e963ecdbd..3e162adb28b2 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -7641,8 +7641,6 @@ OLD_FILES+=usr/lib/libzfs_core_p.a
OLD_FILES+=usr/lib/libzfs_p.a
OLD_FILES+=usr/lib/libzfsbootenv_p.a
OLD_FILES+=usr/lib/libzutil_p.a
-OLD_FILES+=usr/lib/libprivateldns_p.a
-OLD_FILES+=usr/lib/libprivatessh_p.a
.endif
.if ${MK_QUOTAS} == no