The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=d6eabaeef3037c8d50fe37b437a8826d8b094c32
commit d6eabaeef3037c8d50fe37b437a8826d8b094c32 Author: Enji Cooper <[email protected]> AuthorDate: 2026-02-03 05:12:25 +0000 Commit: Enji Cooper <[email protected]> CommitDate: 2026-02-22 03:38:13 +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 59a811788826..378885e9dc13 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -742,10 +742,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
