summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-20 19:30:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-20 19:30:33 +0000
commit61349a4cef1ded7f65ce7a5c786797368db3d9dd (patch)
tree300776d8224f0f2f17616bf1757986048468f9fa /libc/unistd/Makefile
parent62b9d33a219177bbd7f6a9406e16d3dc6294e8f1 (diff)
Fix up pathconf and friend so that test suits can work
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 5b7e8df34..33905190f 100644
--- a/libc/unistd/Makefile
+++ b/libc/unistd/Makefile
@@ -26,7 +26,7 @@ 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 \
- confstr.c
+ confstr.c pathconf.c
ifeq ($(strip $(HAS_MMU)),true)
CSRC+=daemon.c
endif