From 3210add02999e6164840ec635d7a5b3cfb546e27 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 23 Dec 2000 17:57:49 +0000 Subject: Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) --- libc/pwd_grp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/pwd_grp/Makefile') diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index 38fa25611..7ed905ad3 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -25,8 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=__getpwent.c pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c fgetpwent.c \ - __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c initgroups.c \ - utent.c getpass.c + __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c initgroups.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3