diff options
| author | Karl MacMillan <kmacmill@redhat.com> | 2007-10-17 15:40:55 -0400 |
|---|---|---|
| committer | Karl MacMillan <kmacmill@redhat.com> | 2007-10-17 15:40:55 -0400 |
| commit | f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e (patch) | |
| tree | 7d79dd620858f31623f4e4e90edc06e37b0be762 /ipa-server/ipa-slapi-plugins/Makefile | |
| parent | bc52446074fb6013d1f06f1bb579e2cbfcb896b2 (diff) | |
| download | freeipa-f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e.tar.gz freeipa-f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e.tar.xz freeipa-f8fba3b7ddbfbb8eb33faab1df3e024a30986b3e.zip | |
Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.
Diffstat (limited to 'ipa-server/ipa-slapi-plugins/Makefile')
| -rw-r--r-- | ipa-server/ipa-slapi-plugins/Makefile | 17 |
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 *~ |
