]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/ath/athpoke/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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
14 .include <../Makefile.inc>
15
16 .include <bsd.prog.mk>