diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-10-05 08:08:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-10-05 08:08:07 +0000 |
commit | 553fae32d3cdd1f36216a03d9ba2b0720b173d95 (patch) | |
tree | a7eaf6e56bd299da8adfd95513465af2e6c37a86 /libc/unistd/Makefile | |
parent | fa5520f06b8ebf68b951d22503c37d739e349693 (diff) |
oops, missed a spot
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 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 |