summaryrefslogtreecommitdiffstats
path: root/contrib/ofed
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-11-30 13:13:46 +0000
committerhselasky <hselasky@FreeBSD.org>2014-11-30 13:13:46 +0000
commit06bb6e263e72cf52b6182e26dc5b47a9351e8094 (patch)
tree3c27fae5ffa26a94c3aab2334ca05ebda1dd3a81 /contrib/ofed
parent25da94eb3ed654f7181ce453c6c5cc7e77d38133 (diff)
downloadFreeBSD-src-06bb6e263e72cf52b6182e26dc5b47a9351e8094.zip
FreeBSD-src-06bb6e263e72cf52b6182e26dc5b47a9351e8094.tar.gz
Add missing libraries when linking.
MFC after: 3 days Sponsored by: Mellanox Technologies
Diffstat (limited to 'contrib/ofed')
-rw-r--r--contrib/ofed/librdmacm/examples/build/cmatose/Makefile1
-rw-r--r--contrib/ofed/librdmacm/examples/build/mckey/Makefile1
-rw-r--r--contrib/ofed/librdmacm/examples/build/rping/Makefile1
-rw-r--r--contrib/ofed/librdmacm/examples/build/udaddy/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ofed/librdmacm/examples/build/cmatose/Makefile b/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
index c4515ac..31d2ae7 100644
--- a/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
+++ b/contrib/ofed/librdmacm/examples/build/cmatose/Makefile
@@ -6,5 +6,6 @@ PROG= cmatose
MAN=
SRCS= cmatose.c
LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
.include <bsd.prog.mk>
diff --git a/contrib/ofed/librdmacm/examples/build/mckey/Makefile b/contrib/ofed/librdmacm/examples/build/mckey/Makefile
index d4ad295..4abaf27 100644
--- a/contrib/ofed/librdmacm/examples/build/mckey/Makefile
+++ b/contrib/ofed/librdmacm/examples/build/mckey/Makefile
@@ -6,5 +6,6 @@ PROG= mckey
MAN=
SRCS= mckey.c
LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
.include <bsd.prog.mk>
diff --git a/contrib/ofed/librdmacm/examples/build/rping/Makefile b/contrib/ofed/librdmacm/examples/build/rping/Makefile
index 05ef562..b167a54 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>
diff --git a/contrib/ofed/librdmacm/examples/build/udaddy/Makefile b/contrib/ofed/librdmacm/examples/build/udaddy/Makefile
index 16d9419..1e32550 100644
--- a/contrib/ofed/librdmacm/examples/build/udaddy/Makefile
+++ b/contrib/ofed/librdmacm/examples/build/udaddy/Makefile
@@ -6,5 +6,6 @@ PROG= udaddy
MAN=
SRCS= udaddy.c
LDADD+= -libverbs -lrdmacm -lpthread
+LDADD+= -lmlx4
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud