summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-10 22:36:17 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-10 22:36:17 +0000
commit887a0c51a3970e97ba6c9fb7e1a20a1bd89b7a91 (patch)
tree552cb6118501a24a4d3bbe720386a6396fedf46a /libc/unistd
parent46c89f0b62c03330d4437fed7d8f8d28734395ec (diff)
Oops. Forgot the makefile updates
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile
index 7b51f075c..7376b73a9 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -26,7 +26,8 @@ LIBC=$(TOPDIR)libc.a
DIRS:=
CSRC=execl.c execlp.c execv.c execvep.c execvp.c execle.c getcwd.c getopt.c \
- sleep.c getpass.c sysconf_src.c getopt_vars.c getlogin.c fpathconf.c
+ sleep.c getpass.c sysconf_src.c getopt_vars.c getlogin.c fpathconf.c \
+ confstr.c
ifeq ($(strip $(HAS_MMU)),true)
CSRC+=daemon.c
endif