]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ofed/usr.bin/osmtest/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / ofed / usr.bin / osmtest / Makefile
1 # $FreeBSD$
2
3 .include "../Makefile.inc"
4
5 OPENSM= ${.CURDIR}/../../management/opensm
6 .PATH:  ${OPENSM}/osmtest ${OPENSM}/man
7
8 BINDIR= ${TESTSBASE}/usr.bin/opensm
9 PROG=   osmtest
10
11 SRCS=   main.c \
12         osmt_inform.c \
13         osmt_mtl_regular_qp.c \
14         osmt_multicast.c \
15         osmt_service.c \
16         osmt_slvl_vl_arb.c \
17         osmtest.c
18
19 LDADD=  -libcommon \
20         -libmad \
21         -libumad \
22         -losmvendor \
23         -losmcomp \
24         -lopensm \
25         -lpthread
26
27 CFLAGS= -DVENDOR_RMPP_SUPPORT -DDUAL_SIDED_RMPP \
28         -I${OPENSM}/osmtest/include
29
30 MAN=    osmtest.8
31
32 WARNS?= 1
33
34 .include <bsd.prog.mk>