]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/net80211/wlanstats/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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
9 SRCS=   statfoo.c wlanstats.c main.c
10 CFLAGS.clang+= -fbracket-depth=512
11
12 .include <bsd.prog.mk>