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