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