aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed/librdmacm
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2017-11-13 11:36:22 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2017-11-13 11:36:22 +0000
commitd388615314424811289d408c81c527af404d8e82 (patch)
treef872e0ccf6da1008e5e7cd51a3ace04804667999 /contrib/ofed/librdmacm
parent8dee9a7a44d02985810090df1d5c86af31d7186b (diff)
downloadsrc-d388615314424811289d408c81c527af404d8e82.tar.gz
src-d388615314424811289d408c81c527af404d8e82.zip
Remove no longer needed TESTBUILD defines from OFED Makefiles.
Sponsored by: Mellanox Technologies
Notes
Notes: svn path=/projects/bsd_rdma_4_9/; revision=325762
Diffstat (limited to 'contrib/ofed/librdmacm')
-rw-r--r--contrib/ofed/librdmacm/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/ofed/librdmacm/Makefile b/contrib/ofed/librdmacm/Makefile
index eb53a9461f84..6bc272431636 100644
--- a/contrib/ofed/librdmacm/Makefile
+++ b/contrib/ofed/librdmacm/Makefile
@@ -65,11 +65,7 @@ rdma_resolve_addr.3 \
rdma_resolve_route.3 \
rdma_set_option.3
-.if defined(TESTBUILD)
-LDFLAGS= -libverbs
-.else
LDADD= ibverbs
-.endif
VERSION_MAP= ${.CURDIR}/librdmacm.map
.include <bsd.lib.mk>