1# $FreeBSD$ 2 3PROG= cxgbetool 4MAN= cxgbetool.8 5CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I. 6WARNS?= 2 7 8.include <bsd.prog.mk> 9