]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/ath/athkey/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>