mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
22 lines
230 B
Makefile
22 lines
230 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
SHLIBDIR?= /usr/lib
|
|
LIB= mlx4
|
|
SHLIB_MAJOR= 1
|
|
MK_PROFILE= no
|
|
|
|
SRCS= \
|
|
buf.c \
|
|
cq.c \
|
|
dbrec.c \
|
|
mlx4.c \
|
|
qp.c \
|
|
srq.c \
|
|
verbs.c
|
|
|
|
LIBADD= ibverbs pthread
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|