]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/tools/cxgbtool/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / tools / cxgbtool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbtool
4 SRCS=   cxgbtool.c
5 NO_MAN=
6 CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgb -I.
7 CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL
8 BINDIR?= /usr/sbin
9
10 .include <bsd.prog.mk>