diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-11-30 13:13:46 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-11-30 13:13:46 +0000 |
commit | dcf58f92e2c19a32fc171f763698e711c719badc (patch) | |
tree | 3c27fae5ffa26a94c3aab2334ca05ebda1dd3a81 /contrib/ofed/librdmacm/examples/build/cmatose/Makefile | |
parent | 0f9d0a73a495b204ea02cf1da28db1bdd0c7e40b (diff) | |
download | src-dcf58f92e2c19a32fc171f763698e711c719badc.tar.gz src-dcf58f92e2c19a32fc171f763698e711c719badc.zip |
Add missing libraries when linking.
MFC after: 3 days
Sponsored by: Mellanox Technologies
Notes
Notes:
svn path=/head/; revision=275328
Diffstat (limited to 'contrib/ofed/librdmacm/examples/build/cmatose/Makefile')
-rw-r--r-- | contrib/ofed/librdmacm/examples/build/cmatose/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ofed/librdmacm/examples/build/cmatose/Makefile b/contrib/ofed/librdmacm/examples/build/cmatose/Makefile index c4515ac33ebc..31d2ae7f7f6b 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> |