diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-03 23:55:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-03 23:55:10 +0000 |
commit | a44fea3cff11bf65aec751dc949aa7f789eb8564 (patch) | |
tree | 8dd8e6f2aee66d5be25163e1ce9d24f1ca95e97a /libc/unistd/Makefile | |
parent | b40433694dae294773305f70d0f29d4f19c7408f (diff) |
Add in daemon.c, now used by busybox.
-Erik
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 d128e14bc..7202d0983 100644 --- a/libc/unistd/Makefile +++ b/libc/unistd/Makefile @@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a DIRS:= CSRC=execl.c execlp.c execv.c execvep.c execvp.c getcwd.c getopt.c \ - sleep.c getpass.c sysconf_src.c getopt_vars.c + sleep.c getpass.c sysconf_src.c getopt_vars.c daemon.c # TESTING -- comment this out if it breaks for you ifeq ($(TARGET_ARCH), $(NATIVE_ARCH)) |