]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/cxgbtool/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / cxgbtool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbtool
4 SRCS=   cxgbtool.c
5 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>