aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnettrace/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-07-12 09:33:57 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2023-07-12 09:33:57 -0400
commitd8d450158ca96a66b4d5cec1d542c041599e7c59 (patch)
treec1ced26b460d63644b84c480238462eb90de40b1 /src/fnettrace/Makefile
parentfeature: use seccomp filters build at install time for --restrict-namespaces (diff)
parentbuild(deps): bump github/codeql-action from 2.20.1 to 2.20.3 (diff)
downloadfirejail-d8d450158ca96a66b4d5cec1d542c041599e7c59.tar.gz
firejail-d8d450158ca96a66b4d5cec1d542c041599e7c59.tar.zst
firejail-d8d450158ca96a66b4d5cec1d542c041599e7c59.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
Diffstat (limited to 'src/fnettrace/Makefile')
-rw-r--r--src/fnettrace/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fnettrace/Makefile b/src/fnettrace/Makefile
index 9748a3b47..68a4cbdc0 100644
--- a/src/fnettrace/Makefile
+++ b/src/fnettrace/Makefile
@@ -11,6 +11,3 @@ include $(ROOT)/src/prog.mk
11all: $(TARGET) static-ip-map 11all: $(TARGET) static-ip-map
12static-ip-map: static-ip-map.txt fnettrace 12static-ip-map: static-ip-map.txt fnettrace
13 ./fnettrace --squash-map=static-ip-map.txt > static-ip-map 13 ./fnettrace --squash-map=static-ip-map.txt > static-ip-map
14
15
16