]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/ath/athdecode/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / tools / ath / athdecode / Makefile
1 #
2 # $FreeBSD$
3
4 PROG=   athdecode
5
6 .PATH.c: ${.CURDIR}/../common
7
8 SRCS=   main.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>