summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-slapi-plugins/Makefile')
-rw-r--r--ipa-server/ipa-slapi-plugins/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/ipa-server/ipa-slapi-plugins/Makefile b/ipa-server/ipa-slapi-plugins/Makefile
deleted file mode 100644
index 23bcd94bd..000000000
--- a/ipa-server/ipa-slapi-plugins/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-SUBDIRS=ipa-pwd-extop ipa-memberof dna
-
-all:
- @for subdir in $(SUBDIRS); do \
- (cd $$subdir && $(MAKE) $@) || exit 1; \
- done
-
-install:
- @for subdir in $(SUBDIRS); do \
- (cd $$subdir && $(MAKE) $@) || exit 1; \
- done
-
-clean:
- @for subdir in $(SUBDIRS); do \
- (cd $$subdir && $(MAKE) $@) || exit 1; \
- done
- rm -f *~