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