diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-23 17:57:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-23 17:57:49 +0000 |
commit | 3210add02999e6164840ec635d7a5b3cfb546e27 (patch) | |
tree | 5a38caa75c8d4c40dd2913a3c3e276d9586975b8 /libc/pwd_grp/Makefile | |
parent | 39bf3c74cb1681ca4900cf9a7660604590908a93 (diff) |
Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)
Diffstat (limited to 'libc/pwd_grp/Makefile')
-rw-r--r-- | libc/pwd_grp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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) |