diff options
author | Pete Rowley <prowley@redhat.com> | 2007-09-04 15:39:53 -0700 |
---|---|---|
committer | Pete Rowley <prowley@redhat.com> | 2007-09-04 15:39:53 -0700 |
commit | 82943c31de32b0388a7c23e6e6a18cc9c99ac502 (patch) | |
tree | 30882a8c1a64541e8456ddbba2c4b1cd89a0f43e /ipa-server/ipa-slapi-plugins/Makefile | |
parent | 3afd023c3aad0ade7ce391ba18dcd2c9c8e59426 (diff) | |
download | freeipa-82943c31de32b0388a7c23e6e6a18cc9c99ac502.tar.gz freeipa-82943c31de32b0388a7c23e6e6a18cc9c99ac502.tar.xz freeipa-82943c31de32b0388a7c23e6e6a18cc9c99ac502.zip |
Initial commit of dna plugin - origin: FDS with fix ups
Diffstat (limited to 'ipa-server/ipa-slapi-plugins/Makefile')
-rw-r--r-- | ipa-server/ipa-slapi-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-slapi-plugins/Makefile b/ipa-server/ipa-slapi-plugins/Makefile index a5d1c1913..23bcd94bd 100644 --- a/ipa-server/ipa-slapi-plugins/Makefile +++ b/ipa-server/ipa-slapi-plugins/Makefile @@ -1,4 +1,4 @@ -SUBDIRS=ipa-pwd-extop ipa-memberof +SUBDIRS=ipa-pwd-extop ipa-memberof dna all: @for subdir in $(SUBDIRS); do \ |