diff options
-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 73be2f0cc..6493615b2 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -25,7 +25,7 @@ MOBJ1 = execl.o execv.o execle.o execlp.o execvp.o CSRC= sleep.c usleep.c ualarm.c getpass.c sysconf.c getlogin.c \ fpathconf.c confstr.c pathconf.c swab.c usershell.c \ - getsubopt.c + getsubopt.c daemon.c ifneq ($(strip $(ARCH_HAS_MMU)),y) MOBJ1 += __exec_alloc.o |