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, 17 insertions, 0 deletions
diff --git a/ipa-server/ipa-slapi-plugins/Makefile b/ipa-server/ipa-slapi-plugins/Makefile
new file mode 100644
index 00000000..95ed26c6
--- /dev/null
+++ b/ipa-server/ipa-slapi-plugins/Makefile
@@ -0,0 +1,17 @@
+SUBDIRS=ipa-pwd-extop
+
+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 *~