]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/ath/athalq/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / ath / athalq / Makefile
1 # $FreeBSD$
2
3 PROG=   athalq
4 NOMAN=  yes
5
6 CFLAGS+=        -I../../../../sys/contrib
7
8 SRCS=   main.c ar5210_ds.c ar5211_ds.c ar5212_ds.c ar5416_ds.c tdma.c
9 SRCS+=  ar9300_ds.c
10
11 .include <../Makefile.inc>
12
13 .include <bsd.prog.mk>