]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/ath/athregs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / tools / ath / athregs / Makefile
1 # $FreeBSD$
2
3 PROG=   athregs
4
5 .PATH.c: ${.CURDIR}/../common
6
7 SRCS=   dumpregs.c
8 SRCS+=  dumpregs_5210.c
9 SRCS+=  dumpregs_5211.c
10 SRCS+=  dumpregs_5212.c
11 SRCS+=  dumpregs_5416.c
12
13 .include <../Makefile.inc>
14
15 .include <bsd.prog.mk>