diff options
| author | rcritten@redhat.com <rcritten@redhat.com> | 2007-09-07 17:49:44 -0400 |
|---|---|---|
| committer | rcritten@redhat.com <rcritten@redhat.com> | 2007-09-07 17:49:44 -0400 |
| commit | 2377e8bcb05a11488a7e2cda05b574b64de9de9e (patch) | |
| tree | bde660888bf89f714e4c3144df50ae64e134407e /ipa-admintools | |
| parent | 78bcc22c406ce8c7a06c1b8c5b6270f745118abc (diff) | |
Add group command-line tools to the Makefile
Updated installation instructions
Diffstat (limited to 'ipa-admintools')
| -rw-r--r-- | ipa-admintools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipa-admintools/Makefile b/ipa-admintools/Makefile index 4bed3b9a6..47822fc91 100644 --- a/ipa-admintools/Makefile +++ b/ipa-admintools/Makefile @@ -7,6 +7,10 @@ install: install -m 755 ipa-finduser $(SBINDIR) install -m 755 ipa-usermod $(SBINDIR) install -m 755 ipa-deluser $(SBINDIR) + install -m 755 ipa-addgroup $(SBINDIR) + install -m 755 ipa-delgroup $(SBINDIR) + install -m 755 ipa-findgroup $(SBINDIR) + install -m 755 ipa-groupmod $(SBINDIR) clean: rm -f *~ *.pyc |
