]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/cxgbetool/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / cxgbetool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbetool
4 SRCS=   cxgbetool.c
5 MAN=    cxgbetool.8
6 CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgbe -I${.CURDIR}/../../../sys -I.
7 BINDIR?= /usr/sbin
8
9 .include <bsd.prog.mk>