Add cxgbetool(8) to the base system.
[freebsd.git] / usr.sbin / cxgbetool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbetool
4 MAN=    cxgbetool.8
5 CFLAGS+= -I${SRCTOP}/sys/dev/cxgbe -I${SRCTOP}/sys -I.
6 WARNS?= 2
7
8 .include <bsd.prog.mk>