]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/athsurvey/Makefile
MFV r354382,r354385: 10601 10757 Pool allocation classes
[FreeBSD/FreeBSD.git] / tools / tools / ath / athsurvey / Makefile
1 # $FreeBSD$
2
3 PROG=   athsurvey
4
5 .include <../Makefile.inc>
6
7 SRCS=   athsurvey.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 <bsd.prog.mk>