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