aboutsummaryrefslogtreecommitdiffstats
path: root/src/etc-cleanup/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-06-27 17:24:33 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2023-06-27 17:24:33 -0400
commit52490240133df6533466d99674ffb28482ac0687 (patch)
tree233c3ccf8997b0fcc581f2991d2641cb525e6f96 /src/etc-cleanup/Makefile
parentfbreader/FBReader profile fixes; more on static ip map (diff)
parentRELNOTES: add build items (diff)
downloadfirejail-52490240133df6533466d99674ffb28482ac0687.tar.gz
firejail-52490240133df6533466d99674ffb28482ac0687.tar.zst
firejail-52490240133df6533466d99674ffb28482ac0687.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
Diffstat (limited to 'src/etc-cleanup/Makefile')
-rw-r--r--src/etc-cleanup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc-cleanup/Makefile b/src/etc-cleanup/Makefile
index c8a12476e..c3c482bdb 100644
--- a/src/etc-cleanup/Makefile
+++ b/src/etc-cleanup/Makefile
@@ -5,6 +5,6 @@ ROOT = ../..
5PROG = etc-cleanup 5PROG = etc-cleanup
6TARGET = $(PROG) 6TARGET = $(PROG)
7 7
8MOD_HDRS = ../include/etc_groups.h 8EXTRA_HDRS = ../include/etc_groups.h
9 9
10include $(ROOT)/src/prog.mk 10include $(ROOT)/src/prog.mk