Add our own little tool to call getgroups(2) because it's too hard to
[rsync/rsync.git] / Makefile.in
index c88a890..331c00a 100644 (file)
@@ -72,6 +72,9 @@ $(OBJS): config.h
 tls: $(TLS_OBJ)
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS)
 
+getgroups: getgroups.o
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)
+
 Makefile: Makefile.in configure config.status
        echo "WARNING: You need to run ./config.status --recheck"