Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 2025 15:07:52 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e19230d49ffc - main - Makefile.inc1: Fix the libbnxtre dependency target
Message-ID:  <69305248.2d527.389a12d6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=e19230d49ffc02944d93645800da934b7aeee078

commit e19230d49ffc02944d93645800da934b7aeee078
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-12-03 15:06:54 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-12-03 15:07:43 +0000

    Makefile.inc1: Fix the libbnxtre dependency target
    
    Reported by:    Jenkins
    Fixes:          73e8fe62466a ("libpcap: Fix dependency definitions for libpcap")
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69305248.2d527.389a12d6>