diff options
| -rw-r--r-- | libc/unistd/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libc/unistd/Makefile b/libc/unistd/Makefile index 3bd44d778..53ffb6a9c 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -29,6 +29,7 @@ CSRC=	sleep.c usleep.c getpass.c sysconf.c getlogin.c \  ifeq ($(strip $(UCLIBC_HAS_MMU)),y)  	CSRC += daemon.c +else  	MOBJ1 += __exec_alloc.o  endif | 
