aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-07-06 08:38:28 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2023-07-06 08:38:28 -0400
commitf3774678ff815b99d06c3c4185353d035b6ed12f (patch)
tree62b65dd009adcf1759f82e0f81301aed407cfa63 /src/fnettrace/Makefile
parentrename static-ip-map to static-ip-map.txt (diff)
downloadfirejail-f3774678ff815b99d06c3c4185353d035b6ed12f.tar.gz
firejail-f3774678ff815b99d06c3c4185353d035b6ed12f.tar.zst
firejail-f3774678ff815b99d06c3c4185353d035b6ed12f.zip
compress static ip map for fnettrace at compile time
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