]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/ath/athradar/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / ath / athradar / Makefile
1 # $FreeBSD$
2
3 PROG=   athradar
4
5 .include <../Makefile.inc>
6
7 SRCS=   athradar.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>