]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/tools/ath/athstats/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / tools / tools / ath / athstats / Makefile
1 # $FreeBSD$
2
3 PROG=   athstats
4 BINDIR= /usr/local/bin
5 NO_MAN=
6
7 SRCS=   main.c statfoo.c athstats.c
8
9 .include <bsd.prog.mk>
10
11 CFLAGS+= -I.
12 CLEANFILES+= opt_ah.h ah_osdep.h
13
14 CFLAGS+=-I../../../../sys/contrib/dev/ath
15 CFLAGS+=-I../../../../sys/net80211
16 CFLAGS+=-I../../../../sys/dev/ath
17
18 athstats.o: opt_ah.h ah_osdep.h
19
20 opt_ah.h:
21         touch opt_ah.h
22 ah_osdep.h:
23         touch ah_osdep.h