Get tools/tools/cxgbtool to build with the latest clang.

Reported by:	olivier@
This commit is contained in:
Navdeep Parhar 2020-10-05 06:53:29 +00:00
parent 546f18f3da
commit 95e72ec510

View File

@ -6,5 +6,6 @@ MAN=
CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgb -I.
CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL
BINDIR?= /usr/sbin
WARNS?= 3
.include <bsd.prog.mk>