Index: head/contrib/ofed/librdmacm/examples/build/rping/Makefile =================================================================== --- head/contrib/ofed/librdmacm/examples/build/rping/Makefile (revision 294755) +++ head/contrib/ofed/librdmacm/examples/build/rping/Makefile (revision 294756) @@ -1,11 +1,12 @@ # # $FreeBSD$ # .PATH: ${.CURDIR}/../.. PROG= rping MAN= SRCS= rping.c -LDADD+= -libverbs -lrdmacm -lpthread -LDADD+= -lmlx4 +LIBADD+= ibverbs rdmacm pthread +LIBADD+= mlx4 +LIBADD+= cxgb4 .include