]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/cxgbetool/Makefile
MFC r257654, r257772, r258441, r258689, r258698, r258879, r259048, and
[FreeBSD/stable/10.git] / tools / tools / cxgbetool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbetool
4 SRCS=   cxgbetool.c
5 NO_MAN=
6 CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgbe -I${.CURDIR}/../../../sys -I.
7 BINDIR?= /usr/sbin
8
9 .include <bsd.prog.mk>