From 1381777907fbd50582e7a5ecd950ca26ca56b26f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 18 Oct 2003 09:14:57 +0000 Subject: Implement putgrent to make Peter S. Mazing happy --- libc/pwd_grp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/pwd_grp/Makefile') diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index 06ba857f0..f2cdf5a17 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak CSRC= pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c fgetpwent.c \ __getgrent_r.c grent.c getgrnam.c getgrgid.c fgetgrent.c \ - initgroups.c __getpwent_r.c + initgroups.c __getpwent_r.c putgrent.c ifeq ($(HAS_SHADOW),y) CSRC+= lckpwdf.c spent.c getspnam.c getspuid.c putspent.c sgetspent.c \ -- cgit v1.2.3