]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ofed/libibverbs/examples/build/Makefile.inc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ofed / libibverbs / examples / build / Makefile.inc
1 BINDIR?= /usr/bin
2
3 CFLAGS+= \
4         -I../../../../../../sys/ofed/include \
5         -I../../../../libibverbs/include \
6         -I../../../../include
7
8 LDADD+= -libverbs -lmlx4 -lmthca -pthread
9