diff options
Diffstat (limited to 'contrib/ofed/librdmacm/examples/build/mckey/Makefile')
-rw-r--r-- | contrib/ofed/librdmacm/examples/build/mckey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ofed/librdmacm/examples/build/mckey/Makefile b/contrib/ofed/librdmacm/examples/build/mckey/Makefile index d4ad2954d52b..4abaf2786d56 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> |