aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlanstat/Makefile
blob: ec1fc3206267c8b4ef594dc43bb10fc8671b8a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.include <bsd.compiler.mk>

PROG=	wlanstat
MAN=	wlanstat.8

CFLAGS=	-I${SRCTOP}/lib/libbsdstat
LIBADD=	bsdstat

SRCS=	main.c \
	wlanstat.c

CFLAGS.clang+= -fbracket-depth=512 -Wno-cast-align

.include <bsd.prog.mk>