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