git: 68fd588532b8 - stable/14 - Remove bsnmpd tests when MK_BSNMP == no
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Feb 2026 03:38:49 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=68fd588532b855598c538e3858ae392022324a66
commit 68fd588532b855598c538e3858ae392022324a66
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-02-03 05:12:25 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-02-22 03:38:26 +0000
Remove bsnmpd tests when MK_BSNMP == no
MFC after: 1 week
(cherry picked from commit 51509500acdc5d23285a962e9c55dd9e38d2b30a)
---
tools/build/mk/OptionalObsoleteFiles.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 918a459f3171..3f8e592d9eb9 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -733,10 +733,13 @@ OLD_FILES+=usr/share/snmp/mibs/BRIDGE-MIB.txt
OLD_FILES+=usr/share/snmp/mibs/FOKUS-MIB.txt
OLD_FILES+=usr/share/snmp/mibs/FREEBSD-MIB.txt
OLD_FILES+=usr/share/snmp/mibs/RSTP-MIB.txt
+OLD_FILES+=usr/tests/lib/libbsnmp/bsnmpd_test
+OLD_FILES+=usr/tests/lib/libbsnmp/Kyuafile
OLD_DIRS+=usr/include/bsnmp
OLD_DIRS+=usr/share/snmp
OLD_DIRS+=usr/share/snmp/defs
OLD_DIRS+=usr/share/snmp/mibs
+OLD_DIRS+=usr/tests/lib/libbsnmp
.endif
.if ${MK_CALENDAR} == no