aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cxgbetool/Makefile
blob: ed0f90d1ef331e5361885b4fbb7486e8ab29f788 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PACKAGE=	cxgbe-tools
PROG=	cxgbetool
MAN=	cxgbetool.8
SRCS=	cxgbetool.c
SRCS+=	tcb_common.c
SRCS+=	tcbinfot4.c tcbshowt4.c
SRCS+=	tcbinfot5.c tcbshowt5.c
SRCS+=	tcbinfot6.c tcbshowt6.c
CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
LIBADD=	pcap
WARNS?= 2

.include <bsd.prog.mk>