]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/ath/athspectral/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / ath / athspectral / Makefile
1 # $FreeBSD$
2
3 PROG=   athspectral
4
5 .include <../Makefile.inc>
6
7 SRCS=   athspectral.c
8 SRCS+=  opt_ah.h
9 CLEANFILES+=    opt_ah.h
10
11 opt_ah.h:
12         echo "#define AH_DEBUG 1" > opt_ah.h
13         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
14         echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
15
16 .include <bsd.prog.mk>