git: d7d5ddb27a37 - stable/15 - share/mk: Include libbnxtre entry in bsd.libnames.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Feb 2026 12:05:41 UTC
The branch stable/15 has been updated by ssaxena:
URL: https://cgit.FreeBSD.org/src/commit/?id=d7d5ddb27a37f4ef1ee36a547a5389b4f557a65f
commit d7d5ddb27a37f4ef1ee36a547a5389b4f557a65f
Author: Sumit Saxena <ssaxena@FreeBSD.org>
AuthorDate: 2025-12-03 11:21:10 +0000
Commit: Sumit Saxena <ssaxena@FreeBSD.org>
CommitDate: 2026-02-27 12:04:39 +0000
share/mk: Include libbnxtre entry in bsd.libnames.mk
Add libbnxtre entry in bsd.libnames.mk file.
MFC-After: 3 days
Reviewed-by: sumit.saxena@broadcom.com
Differential-Revision: https://reviews.freebsd.org/D49603
(cherry picked from commit b42fda6be3fde001cdbe1623cc89b1dc9faf1b93)
---
lib/ofed/Makefile | 1 +
share/mk/bsd.libnames.mk | 1 +
2 files changed, 2 insertions(+)
diff --git a/lib/ofed/Makefile b/lib/ofed/Makefile
index a16e93adc149..5421e2e43cd1 100644
--- a/lib/ofed/Makefile
+++ b/lib/ofed/Makefile
@@ -10,6 +10,7 @@ SUBDIR= \
libcxgb4 \
libmlx4 \
libmlx5 \
+ libbnxtre \
libirdma \
libibnetdisc \
libopensm
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 54bdfd301cd3..955e3c4ebdef 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -118,6 +118,7 @@ LIBMENU?= ${LIBDESTDIR}${LIBDIR_BASE}/libmenu.a
LIBMILTER?= ${LIBDESTDIR}${LIBDIR_BASE}/libmilter.a
LIBMLX4?= ${LIBDESTDIR}${LIBDIR_BASE}/libmlx4.a
LIBMLX5?= ${LIBDESTDIR}${LIBDIR_BASE}/libmlx5.a
+LIBBNXTRE?= ${LIBDESTDIR}${LIBDIR_BASE}/libbnxtre.a
LIBMP?= ${LIBDESTDIR}${LIBDIR_BASE}/libmp.a
LIBMT?= ${LIBDESTDIR}${LIBDIR_BASE}/libmt.a
LIBNCURSES?= ${LIBDESTDIR}${LIBDIR_BASE}/libncurses.a