# $FreeBSD$ MAN= .include .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 SRCS= main.c iwn_ioctl.c # CFLAGS.clang+= -fbracket-depth=512 .include