]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/net80211/wlanstats/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 .if ${COMPILER_TYPE} == "clang"
11 CFLAGS+= -fbracket-depth=512
12 .endif
13
14 .include <bsd.prog.mk>