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