]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/net80211/wlanstats/Makefile
Import Intel Processor Trace decoder library from
[FreeBSD/FreeBSD.git] / tools / tools / net80211 / wlanstats / Makefile
1 # $FreeBSD$
2
3 .include <bsd.compiler.mk>
4
5 PROG=   wlanstats
6 BINDIR= /usr/local/bin
7 MAN=
8 LIBADD= bsdstat
9 CFLAGS+=-I${.CURDIR}/../../../../lib/libbsdstat/
10
11 SRCS=   wlanstats.c main.c
12
13 CFLAGS.clang+= -fbracket-depth=512
14
15 .include <bsd.prog.mk>