]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/usr.bin/saquery/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ofed / usr.bin / saquery / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4 .PATH: ${DIAGPATH}/src ${DIAGPATH}/man
5
6 PROG=   saquery
7 SRCS=   saquery.c ibdiag_common.c
8 LDADD=  -libumad -libcommon -libmad -losmcomp -losmvendor -lopensm
9 CFLAGS+= -I${DIAGPATH}/include
10 CFLAGS+= -DOSM_VENDOR_INTF_OPENIB -DVENDOR_RMPP_SUPPORT -DDUAL_SIDED_RMPP
11 CFLAGS+= -pthread
12 MAN=    saquery.8
13
14 WARNS?= 1
15
16 .include <bsd.prog.mk>