]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/athkey/Makefile
Garbage collect AH_SUPPORT_AR5416 config option.
[FreeBSD/FreeBSD.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
14
15 .include <../Makefile.inc>
16
17 .include <bsd.prog.mk>