summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-04 04:37:24 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-04 04:37:24 +0000
commite547d07a488ab17397217e2a57594c78bf747373 (patch)
tree27ff5a616a1a4c6172cceb824be19e609b5d80a1 /libc/unistd/Makefile
parentcb9fa11843a7ea4a353a1a9954c8e054b35332b2 (diff)
More cleanups. Fix things so tinylogin compiles.
Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r--libc/unistd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index 4e5e5fc8a..db8c0c019 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -25,7 +25,8 @@ include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
-CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c sleep.c
+CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c \
+ sleep.c sysconf.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)