The branch stable/15 has been updated by ssaxena: URL: https://cgit.FreeBSD.org/src/commit/?id=4243e2e996541a4e4b2e81eef66aafa0c2b07809
commit 4243e2e996541a4e4b2e81eef66aafa0c2b07809 Author: Mark Johnston <[email protected]> AuthorDate: 2025-12-03 15:06:54 +0000 Commit: Sumit Saxena <[email protected]> CommitDate: 2026-02-27 12:04:39 +0000 Makefile.inc1: Fix the libbnxtre dependency target Reported by: Jenkins Fixes: 73e8fe62466a ("libpcap: Fix dependency definitions for libpcap") (cherry picked from commit e19230d49ffc02944d93645800da934b7aeee078) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 72ca2e69c7f7..e65021c356c5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -3426,7 +3426,7 @@ _prebuild_libs+= \ lib/ofed/libibmad__L: lib/ofed/libibumad__L lib/ofed/complib__L: lib/libthr__L -lib/ofed/libbnxt__L: lib/ofed/libibverbs__L lib/libthr__L +lib/ofed/libbnxtre__L: lib/ofed/libibverbs__L lib/libthr__L lib/ofed/libmlx5__L: lib/ofed/libibverbs__L lib/libthr__L .endif
