1# $FreeBSD$ 2 3PROG= cxgbetool 4MAN= cxgbetool.8 5SRCS= cxgbetool.c 6SRCS+= tcb_common.c 7SRCS+= tcbinfot4.c tcbshowt4.c 8SRCS+= tcbinfot5.c tcbshowt5.c 9SRCS+= tcbinfot6.c tcbshowt6.c 10CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I. 11LIBADD= pcap 12WARNS?= 2 13 14.include <bsd.prog.mk> 15