]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/athani/Makefile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / tools / tools / ath / athani / Makefile
1 # $FreeBSD$
2
3 PROG=   athani
4 MAN=
5
6 CFLAGS+=        -I../../../../sys/contrib
7
8 SRCS=   main.c
9
10 .include <../Makefile.inc>
11
12 CFLAGS+=        -I${.CURDIR}/../common/
13 .PATH.c:        ${.CURDIR}/../common/
14 SRCS+=          ctrl.c
15
16 CLEANFILES+=    opt_ah.h
17
18 opt_ah.h:
19         echo "#define AH_DEBUG 1" > opt_ah.h
20         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
21         echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
22
23 .include <bsd.prog.mk>