xref: /freebsd/tools/tools/ath/athspectral/Makefile (revision 315ee00f)
1
2PROG=	athspectral
3
4.include <../Makefile.inc>
5
6SRCS=	athspectral.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