summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
new file mode 100644
index 0000000..8aa670f
--- /dev/null
+++ b/security/Makefile
@@ -0,0 +1,6 @@
+SUBDIRS = `find -mindepth 1 -type d`
+
+all clean::
+ for dir in $(SUBDIRS) ; do \
+ (cd $$dir && make $@); \
+ done