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 9CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I. 10LIBADD= pcap 11WARNS?= 2 12 13.include <bsd.prog.mk> 14