Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/cxgbetool/Makefile
105518 views
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
SRCS+=	tcbinfot7.c tcbshowt7.c
CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
LIBADD=	pcap
WARNS?= 2

.include <bsd.prog.mk>