]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/ath_ee_9300_print/Makefile
contrib/tzdata: import tzdata 2022b
[FreeBSD/FreeBSD.git] / tools / tools / ath / ath_ee_9300_print / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5 PROG=   ath_ee_9300_print
6 MAN=
7 SRCS=   main.c
8 SRCS+=  opt_ah.h
9 CLEANFILES+=    opt_ah.h
10
11 opt_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>