]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - tools/tools/cxgbetool/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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>