1# $FreeBSD: stable/10/usr.sbin/cxgbetool/Makefile 314579 2017-03-03 03:11:58Z np $
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