# $FreeBSD: head/tools/tools/iwn/iwnstats/Makefile 264400 2014-04-13 05:21:56Z imp $ 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