]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/ath/athalq/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>