freebsd-dev/usr.sbin/cxgbetool/Makefile
Navdeep Parhar ae9b401786 cxgbetool(8): Add the ability to decode hardware TCBs.
Obtained from:	Chelsio Communications
MFC after:	1 week
Sponsored by:	Chelsio Communications
2018-03-14 00:04:58 +00:00

14 lines
266 B
Makefile

# $FreeBSD$
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
CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
WARNS?= 2
.include <bsd.prog.mk>