]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - tools/tools/net80211/wlanstats/Makefile
Copy stable/10@r272459 to releng/10.1 as part of
[FreeBSD/releng/10.1.git] / tools / tools / net80211 / wlanstats / Makefile
1 # $FreeBSD$
2
3 .include <bsd.compiler.mk>
4
5 PROG=   wlanstats
6 BINDIR= /usr/local/bin
7 NO_MAN=
8
9 SRCS=   statfoo.c wlanstats.c main.c
10 CFLAGS.clang+= -fbracket-depth=512
11
12 .include <bsd.prog.mk>