]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/athregs/Makefile
contrib/bc: import version 5.2.4
[FreeBSD/FreeBSD.git] / tools / tools / ath / athregs / Makefile
1 # $FreeBSD$
2
3 PROG=   athregs
4
5 CFLAGS+=        -I${.CURDIR}/../common/
6
7 .PATH.c: ${.CURDIR}/../common
8
9 SRCS=   dumpregs.c
10 SRCS+=  ctrl.c
11 SRCS+=  dumpregs_5210.c
12 SRCS+=  dumpregs_5211.c
13 SRCS+=  dumpregs_5212.c
14 SRCS+=  dumpregs_5416.c
15 SRCS+=  opt_ah.h
16
17 CLEANFILES+=    opt_ah.h
18
19 opt_ah.h:
20         echo "#define AH_DEBUG 1" > opt_ah.h
21         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
22
23 .include <../Makefile.inc>
24
25 .include <bsd.prog.mk>