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