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