summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-23 17:57:49 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-23 17:57:49 +0000
commit3210add02999e6164840ec635d7a5b3cfb546e27 (patch)
tree5a38caa75c8d4c40dd2913a3c3e276d9586975b8 /libc/unistd/Makefile
parent39bf3c74cb1681ca4900cf9a7660604590908a93 (diff)
Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r--libc/unistd/Makefile2
1 files changed, 1 insertions, 1 deletions
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)