]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/cxgbtool/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / 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
9 install:
10
11 .include <bsd.prog.mk>