Use LIBADD instead of LDADD.

Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2016-02-02 11:36:58 +00:00
parent 7e1c03eb21
commit 2dd3f93a4b
3 changed files with 3 additions and 6 deletions

View File

@ -5,7 +5,6 @@
PROG= cmatose PROG= cmatose
MAN= MAN=
SRCS= cmatose.c SRCS= cmatose.c
LDADD+= -libverbs -lrdmacm -lpthread LIBADD= ibverbs rdmacm pthread mlx4
LDADD+= -lmlx4
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -5,7 +5,6 @@
PROG= mckey PROG= mckey
MAN= MAN=
SRCS= mckey.c SRCS= mckey.c
LDADD+= -libverbs -lrdmacm -lpthread LIBADD= ibverbs rdmacm pthread mlx4
LDADD+= -lmlx4
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -5,7 +5,6 @@
PROG= udaddy PROG= udaddy
MAN= MAN=
SRCS= udaddy.c SRCS= udaddy.c
LDADD+= -libverbs -lrdmacm -lpthread LIBADD= ibverbs rdmacm pthread mlx4
LDADD+= -lmlx4
.include <bsd.prog.mk> .include <bsd.prog.mk>