opnsense-src/lib/ofed/libmlx4/Makefile
Ed Maste 3750ccefb8 Retire MK_PROFILE infrastructure
It was disabled by default in fe52b7f60e.  We planned to (but did not)
remove the option before FreeBSD 14.  Remove it now, for FreeBSD 15.

Relnotes:	Yes
Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31558
2024-11-12 12:11:51 -05:00

20 lines
239 B
Makefile

_spath= ${SRCTOP}/contrib/ofed/libmlx4
.PATH: ${_spath}
SHLIBDIR?= /usr/lib
LIB= mlx4
SHLIB_MAJOR= 1
SRCS= \
buf.c \
cq.c \
dbrec.c \
mlx4.c \
qp.c \
srq.c \
verbs.c
LIBADD= ibverbs pthread
CFLAGS+= -I${_spath}
.include <bsd.lib.mk>