Index: head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile =================================================================== --- head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile (revision 295145) +++ head/contrib/ofed/librdmacm/examples/build/cmatose/Makefile (revision 295146) @@ -1,11 +1,10 @@ # # $FreeBSD$ # .PATH: ${.CURDIR}/../.. PROG= cmatose MAN= SRCS= cmatose.c -LDADD+= -libverbs -lrdmacm -lpthread -LDADD+= -lmlx4 +LIBADD= ibverbs rdmacm pthread mlx4 .include Index: head/contrib/ofed/librdmacm/examples/build/mckey/Makefile =================================================================== --- head/contrib/ofed/librdmacm/examples/build/mckey/Makefile (revision 295145) +++ head/contrib/ofed/librdmacm/examples/build/mckey/Makefile (revision 295146) @@ -1,11 +1,10 @@ # # $FreeBSD$ # .PATH: ${.CURDIR}/../.. PROG= mckey MAN= SRCS= mckey.c -LDADD+= -libverbs -lrdmacm -lpthread -LDADD+= -lmlx4 +LIBADD= ibverbs rdmacm pthread mlx4 .include Index: head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile =================================================================== --- head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile (revision 295145) +++ head/contrib/ofed/librdmacm/examples/build/udaddy/Makefile (revision 295146) @@ -1,11 +1,10 @@ # # $FreeBSD$ # .PATH: ${.CURDIR}/../.. PROG= udaddy MAN= SRCS= udaddy.c -LDADD+= -libverbs -lrdmacm -lpthread -LDADD+= -lmlx4 +LIBADD= ibverbs rdmacm pthread mlx4 .include