diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-20 19:30:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-20 19:30:33 +0000 |
commit | 61349a4cef1ded7f65ce7a5c786797368db3d9dd (patch) | |
tree | 300776d8224f0f2f17616bf1757986048468f9fa /libc/unistd/Makefile | |
parent | 62b9d33a219177bbd7f6a9406e16d3dc6294e8f1 (diff) |
Fix up pathconf and friend so that test suits can work
Diffstat (limited to 'libc/unistd/Makefile')
-rw-r--r-- | libc/unistd/Makefile | 2 |
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 |