diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ath/athstats/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile index 0d9c761..315d7e6 100644 --- a/tools/tools/ath/athstats/Makefile +++ b/tools/tools/ath/athstats/Makefile @@ -7,3 +7,11 @@ NO_MAN= SRCS= main.c statfoo.c athstats.c .include <bsd.prog.mk> + +CFLAGS+= -I. +CLEANFILES+= opt_ah.h + +athstats.o: opt_ah.h + +opt_ah.h: + touch opt_ah.h |