]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cxgbetool/Makefile
zfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release) into stable/13
[FreeBSD/FreeBSD.git] / usr.sbin / cxgbetool / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        cxgbe-tools
4 PROG=   cxgbetool
5 MAN=    cxgbetool.8
6 SRCS=   cxgbetool.c
7 SRCS+=  tcb_common.c
8 SRCS+=  tcbinfot4.c tcbshowt4.c
9 SRCS+=  tcbinfot5.c tcbshowt5.c
10 SRCS+=  tcbinfot6.c tcbshowt6.c
11 CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
12 LIBADD= pcap
13 WARNS?= 2
14
15 .include <bsd.prog.mk>