]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/ath/athspectral/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>