]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ofed/librdmacm/examples/build/rping/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ofed / librdmacm / examples / build / rping / Makefile
1 #
2 # $FreeBSD$
3 #
4 .PATH: ${.CURDIR}/../..
5 PROG=   rping
6 MAN=
7 SRCS=   rping.c
8 LDADD+= -libverbs -lrdmacm -lpthread
9 LDADD+= -lmlx4
10
11 .include <bsd.prog.mk>