]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/tools/cxgbetool/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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.
7 BINDIR?= /usr/sbin
8
9 .include <bsd.prog.mk>