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