aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-04 19:25:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-04 19:25:57 +0000
commitb2e3e9b0c9149f0c7e1e6a8b46587d7cb53b68aa (patch)
treed420a30885568b703014b5808e9f174aa8aa808e /Makefile
parent2129f97cd9502b731f6489e4c8be54fd44affc1d (diff)
downloadbusybox-b2e3e9b0c9149f0c7e1e6a8b46587d7cb53b68aa.tar.gz
Seems that stupid libc5 doesn't implement daemon(), so conditionally
inclde that here. -Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8c9d4687..85ba823fb 100644
--- a/Makefile
+++ b/Makefile
@@ -236,7 +236,7 @@ endif
LIBBB = libbb
LIBBB_LIB = libbb.a
LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \
-copy_file_chunk.c create_path.c device_open.c error_msg.c \
+copy_file_chunk.c create_path.c daemon.c device_open.c error_msg.c \
find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \
full_write.c get_console.c get_last_path_component.c get_line_from_file.c \
human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \