2017-08-02 16:00:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-06-16 15:05:05 +00:00
|
|
|
_spath= ${SRCTOP}/contrib/ofed/libcxgb4
|
|
|
|
.PATH: ${_spath}
|
2017-08-02 16:00:30 +00:00
|
|
|
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
|
|
LIB= cxgb4
|
|
|
|
SHLIB_MAJOR= 1
|
|
|
|
MK_PROFILE= no
|
|
|
|
|
|
|
|
SRCS= \
|
|
|
|
cq.c \
|
|
|
|
dev.c \
|
|
|
|
qp.c \
|
|
|
|
verbs.c
|
|
|
|
|
|
|
|
LIBADD= ibverbs pthread
|
2018-06-16 15:05:05 +00:00
|
|
|
CFLAGS+= -I${_spath}
|
2017-08-02 16:00:30 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|