xref: /freebsd/tools/tools/ath/athradar/Makefile (revision e0c4386e)
1
2PROG=	athradar
3
4.include <../Makefile.inc>
5
6SRCS=	athradar.c
7SRCS+=	opt_ah.h
8CLEANFILES+=	opt_ah.h
9
10opt_ah.h:
11	echo "#define AH_DEBUG 1" > opt_ah.h
12	echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
13
14.include <bsd.prog.mk>
15