aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed/librdmacm/examples/build/rping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ofed/librdmacm/examples/build/rping/Makefile')
-rw-r--r--contrib/ofed/librdmacm/examples/build/rping/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ofed/librdmacm/examples/build/rping/Makefile b/contrib/ofed/librdmacm/examples/build/rping/Makefile
index 05ef562400e9..b167a543c092 100644
--- a/contrib/ofed/librdmacm/examples/build/rping/Makefile
+++ b/contrib/ofed/librdmacm/examples/build/rping/Makefile
@@ -6,5 +6,6 @@ PROG= rping
MAN=
SRCS= rping.c
LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
.include <bsd.prog.mk>