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/unistd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/Makefile') diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 768437d38..faebda604 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c \ - sleep.c sysconf.c + sleep.c sysconf.c getpass.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3