]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/cxgbetool/Makefile
MFC r318437:
[FreeBSD/stable/10.git] / tools / tools / cxgbetool / Makefile
1 # $FreeBSD$
2
3 PROG=   cxgbetool
4 SRCS=   cxgbetool.c
5 MAN=    cxgbetool.8
6 CFLAGS+= -I${.CURDIR}/../../../sys/dev/cxgbe -I${.CURDIR}/../../../sys -I.
7 BINDIR?= /usr/sbin
8
9 .include <bsd.prog.mk>