aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/fnettrace/Makefile')
-rw-r--r--src/fnettrace/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fnettrace/Makefile b/src/fnettrace/Makefile
index fe74afda2..9748a3b47 100644
--- a/src/fnettrace/Makefile
+++ b/src/fnettrace/Makefile
@@ -7,3 +7,10 @@ PROG = fnettrace
7TARGET = $(PROG) 7TARGET = $(PROG)
8 8
9include $(ROOT)/src/prog.mk 9include $(ROOT)/src/prog.mk
10
11all: $(TARGET) static-ip-map
12static-ip-map: static-ip-map.txt fnettrace
13 ./fnettrace --squash-map=static-ip-map.txt > static-ip-map
14
15
16