diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2009-03-06 23:54:02 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-03-06 19:45:31 -0500 |
commit | 4042b9855a353a5d0727e69ae8957cc7f7e7e9bb (patch) | |
tree | 9804e077e0e14ef3744c7250347630771c28d3c8 /server/Makefile.in | |
parent | ab9cfa1de8228afeb56558ea12be8ee5e66d9a14 (diff) | |
download | sssd-4042b9855a353a5d0727e69ae8957cc7f7e7e9bb.tar.gz sssd-4042b9855a353a5d0727e69ae8957cc7f7e7e9bb.tar.xz sssd-4042b9855a353a5d0727e69ae8957cc7f7e7e9bb.zip |
sss_groupadd
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index 329d06223..f450af1bd 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -118,7 +118,7 @@ endif ifneq (x$(HAVE_POLICYKIT), x) LIBEXECBINS += sbin/sssd_pk endif -TOOLSBINS = sbin/sss_useradd sbin/sss_userdel +TOOLSBINS = sbin/sss_useradd sbin/sss_userdel sbin/sss_groupadd BINS = sbin/sssd $(LIBEXECBINS) $(TOOLSBINS) ifneq (x$(HAVE_TESTS), x) |