]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cxgbetool/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / usr.sbin / cxgbetool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbetool
4 MAN=    cxgbetool.8
5 SRCS=   cxgbetool.c
6 SRCS+=  tcb_common.c
7 SRCS+=  tcbinfot4.c tcbshowt4.c
8 SRCS+=  tcbinfot5.c tcbshowt5.c
9 SRCS+=  tcbinfot6.c tcbshowt6.c
10 CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
11 LIBADD= pcap
12 WARNS?= 2
13
14 .include <bsd.prog.mk>