]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/net80211/wlanstats/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.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>