summaryrefslogtreecommitdiff
path: root/libc/unistd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/unistd/Makefile.in')
-rw-r--r--libc/unistd/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/unistd/Makefile.in b/libc/unistd/Makefile.in
index 84b83b854..2e6696fc0 100644
--- a/libc/unistd/Makefile.in
+++ b/libc/unistd/Makefile.in
@@ -7,7 +7,10 @@
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 daemon.c
+ getsubopt.c
+ifeq ($(ARCH_HAS_MMU),y)
+CSRC+= daemon.c
+endif
MSRC:=exec.c
MOBJ:=execl.o execv.o execle.o execlp.o execvp.o