aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed/librdmacm
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2017-11-13 12:36:36 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2017-11-13 12:36:36 +0000
commite110d0774b9e1889e387c4c65b69a4c665db1737 (patch)
tree45fbb2f234b54698610d0d70562e7d5ce7f30c3b /contrib/ofed/librdmacm
parentd388615314424811289d408c81c527af404d8e82 (diff)
downloadsrc-e110d0774b9e1889e387c4c65b69a4c665db1737.tar.gz
src-e110d0774b9e1889e387c4c65b69a4c665db1737.zip
Fix OFED library dependencies.
Sponsored by: Mellanox Technologies
Notes
Notes: svn path=/projects/bsd_rdma_4_9/; revision=325763
Diffstat (limited to 'contrib/ofed/librdmacm')
-rw-r--r--contrib/ofed/librdmacm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ofed/librdmacm/Makefile b/contrib/ofed/librdmacm/Makefile
index 6bc272431636..593315dd6118 100644
--- a/contrib/ofed/librdmacm/Makefile
+++ b/contrib/ofed/librdmacm/Makefile
@@ -65,7 +65,7 @@ rdma_resolve_addr.3 \
rdma_resolve_route.3 \
rdma_set_option.3
-LDADD= ibverbs
+LIBADD= ibverbs
VERSION_MAP= ${.CURDIR}/librdmacm.map
.include <bsd.lib.mk>