add ipa-findradiusclient search

This commit is contained in:
John Dennis
2007-11-14 15:32:08 -05:00
parent c24da12fe1
commit c4dbe6433d
6 changed files with 157 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ install:
install -m 755 ipa-addradiusclient $(SBINDIR)
install -m 755 ipa-radiusclientmod $(SBINDIR)
install -m 755 ipa-delradiusclient $(SBINDIR)
install -m 755 ipa-findradiusclient $(SBINDIR)
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \