diff options
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 |