1# $FreeBSD$
2
3.PATH:	${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5PROG=	ath_ee_9300_print
6MAN=
7SRCS=	main.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
15.include <../Makefile.inc>
16
17.include <bsd.prog.mk>
18