xref: /freebsd/tools/tools/ath/athkey/Makefile (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
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