Makefile (ae9b401786f5dc55255b46e031290ae1db937a33) Makefile (1131c927c4c388c75c728d443cab7ff0482a1c50)
1# $FreeBSD$
2
3PROG= cxgbetool
4MAN= cxgbetool.8
5SRCS= cxgbetool.c
6SRCS+= tcb_common.c
7SRCS+= tcbinfot4.c tcbshowt4.c
8SRCS+= tcbinfot5.c tcbshowt5.c
9SRCS+= tcbinfot6.c tcbshowt6.c
10CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
1# $FreeBSD$
2
3PROG= cxgbetool
4MAN= cxgbetool.8
5SRCS= cxgbetool.c
6SRCS+= tcb_common.c
7SRCS+= tcbinfot4.c tcbshowt4.c
8SRCS+= tcbinfot5.c tcbshowt5.c
9SRCS+= tcbinfot6.c tcbshowt6.c
10CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
11LIBADD= pcap
11WARNS?= 2
12
13.include <bsd.prog.mk>
12WARNS?= 2
13
14.include <bsd.prog.mk>