]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/ath/athrd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / ath / athrd / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5 PROG=   athrd
6
7 SRCS=   athrd.c ah_regdomain.c opt_ah.h
8
9 CLEANFILES+=    opt_ah.h
10
11 CFLAGS+= -fno-inline
12
13 .include <../Makefile.inc>
14
15 MAN=    athrd.1
16
17 opt_ah.h:
18         echo "#define AH_DEBUG 1" > opt_ah.h
19         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
20
21 .include <bsd.prog.mk>