aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace/Makefile')
-rw-r--r--src/fnettrace/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/fnettrace/Makefile b/src/fnettrace/Makefile
index 68a4cbdc0..2ad296d1d 100644
--- a/src/fnettrace/Makefile
+++ b/src/fnettrace/Makefile
@@ -2,12 +2,13 @@
2ROOT = ../.. 2ROOT = ../..
3-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
4 4
5MOD_DIR = src/fnettrace 5MOD = fnettrace
6PROG = fnettrace 6MOD_DIR = $(ROOT)/src/$(MOD)
7PROG = $(MOD_DIR)/$(MOD)
7TARGET = $(PROG) 8TARGET = $(PROG)
8 9
9include $(ROOT)/src/prog.mk 10include $(ROOT)/src/prog.mk
10 11
11all: $(TARGET) static-ip-map 12all: $(TARGET) static-ip-map
12static-ip-map: static-ip-map.txt fnettrace 13static-ip-map: static-ip-map.txt $(PROG)
13 ./fnettrace --squash-map=static-ip-map.txt > static-ip-map 14 ./$(PROG) --squash-map=static-ip-map.txt > static-ip-map