]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/iwn/iwnstats/Makefile
MFV: file 5.45.
[FreeBSD/FreeBSD.git] / tools / tools / iwn / iwnstats / Makefile
1
2 MAN=
3
4 .include <bsd.own.mk>
5
6 .PATH:  ${.CURDIR}/../../../../sys/dev/iwn/
7
8 CFLAGS+=-I${.CURDIR}/../../../../sys/dev/iwn/
9 CFLAGS+=-I${.CURDIR}/../../../../sys/
10
11 PROG=   iwnstats
12
13 # Because of a clang preprocessor parser limitation causing this
14 # to not compile, use gcc for now.
15 #CC=    gcc
16
17 BINDIR?=/usr/local/sbin
18
19 SRCS=   main.c iwn_ioctl.c
20
21 # CFLAGS.clang+= -fbracket-depth=512
22
23 .include <bsd.prog.mk>