Makefile (54912308c8cf41f59bc0cc29d107975896bdc7dd) Makefile (ae9b401786f5dc55255b46e031290ae1db937a33)
1# $FreeBSD$
2
3PROG= cxgbetool
4MAN= cxgbetool.8
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
5CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
6WARNS?= 2
7
8.include <bsd.prog.mk>
10CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
11WARNS?= 2
12
13.include <bsd.prog.mk>