
MAN=

.include <bsd.own.mk>

.PATH:	${.CURDIR}/../../../../sys/dev/iwn/

CFLAGS+=-I${.CURDIR}/../../../../sys/dev/iwn/
CFLAGS+=-I${.CURDIR}/../../../../sys/

PROG=	iwnstats

# Because of a clang preprocessor parser limitation causing this
# to not compile, use gcc for now.
#CC=	gcc

BINDIR?=/usr/local/sbin

SRCS=	main.c iwn_ioctl.c

# CFLAGS.clang+= -fbracket-depth=512

.include <bsd.prog.mk>
