0eb7a8ed184a25ac3aa3a1237a8e0ce99ebc7d5a
[dragonfly.git] / tools / tools / ath / athrd / Makefile
1 # $FreeBSD: src/tools/tools/ath/athrd/Makefile,v 1.1 2009/01/15 23:38:21 sam Exp $
2
3 .PATH:  ${.CURDIR}/../../../../sys/dev/netif/ath/hal/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>