Use LIBADD instead of LDADD.
Sponsored by: Mellanox Technologies
This commit is contained in:
parent
7e1c03eb21
commit
2dd3f93a4b
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user