diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-12-03 15:06:54 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-12-03 15:07:43 +0000 |
| commit | e19230d49ffc02944d93645800da934b7aeee078 (patch) | |
| tree | 49fd9e01fdf9cd4125acf46d80e2356ce4f9228b | |
| parent | 812bcb7cabbb245b2d4496ad55bdfa70f9c587db (diff) | |
Makefile.inc1: Fix the libbnxtre dependency target
Reported by: Jenkins
Fixes: 73e8fe62466a ("libpcap: Fix dependency definitions for libpcap")
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 0f1e66a89da8..cc1901a1e950 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -3363,7 +3363,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 |
