Makefile revision 302408
1# $FreeBSD: stable/11/tools/tools/ath/athspectral/Makefile 244953 2013-01-02 04:02:27Z adrian $
2
3PROG=	athspectral
4
5.include <../Makefile.inc>
6
7SRCS=	athspectral.c
8SRCS+=	opt_ah.h
9CLEANFILES+=	opt_ah.h
10
11opt_ah.h:
12	echo "#define AH_DEBUG 1" > opt_ah.h
13	echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
14	echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
15
16.include <bsd.prog.mk>
17