]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/ath/athpoke/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / ath / athpoke / Makefile
1 # $FreeBSD$
2
3 PROG=   athpoke
4 LINKS=  ${BINDIR}/${PROG} ${BINDIR}/athpeek
5
6 .PATH.c: ${.CURDIR}/../common
7
8 SRCS=   athpoke.c
9 SRCS+=  dumpregs_5210.c
10 SRCS+=  dumpregs_5211.c
11 SRCS+=  dumpregs_5212.c
12 SRCS+=  dumpregs_5416.c
13 SRCS+=  opt_ah.h
14
15 CLEANFILES+=    opt_ah.h
16
17 opt_ah.h:
18         echo "#define AH_DEBUG 1" > opt_ah.h
19         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
20         echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
21
22 .include <../Makefile.inc>
23
24 .include <bsd.prog.mk>