mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
23 lines
286 B
Makefile
23 lines
286 B
Makefile
_spath= ${SRCTOP}/contrib/ofed/libmlx5
|
|
.PATH: ${_spath}
|
|
|
|
SHLIBDIR?= /lib
|
|
LIB= mlx5
|
|
SHLIB_MAJOR= 1
|
|
MK_PROFILE= no
|
|
|
|
SRCS= \
|
|
buf.c \
|
|
cq.c \
|
|
dbrec.c \
|
|
mlx5.c \
|
|
qp.c \
|
|
srq.c \
|
|
verbs.c
|
|
|
|
LIBADD= ibverbs pthread
|
|
CFLAGS+= -I${_spath}
|
|
VERSION_MAP= ${_spath}/libmlx5.map
|
|
|
|
.include <bsd.lib.mk>
|
|
|