diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-27 22:01:31 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-03-27 22:01:31 +0000 |
commit | 10457b90db925369739a900445b640364eda5e4c (patch) | |
tree | 6d6f18564291257738360d97712724868175167e /libbb/Kbuild | |
parent | f4d40c87d3a18fccb8c0946fc09f1d8f24a2bcf3 (diff) | |
download | busybox-w32-10457b90db925369739a900445b640364eda5e4c.tar.gz busybox-w32-10457b90db925369739a900445b640364eda5e4c.tar.bz2 busybox-w32-10457b90db925369739a900445b640364eda5e4c.zip |
make pidfile writing configurable.
[ui]toa_to_buf: change API. No users yet.
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r-- | libbb/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild index ffded6a68..a3b78ef28 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild | |||
@@ -61,6 +61,7 @@ lib-y += perror_msg.o | |||
61 | lib-y += perror_msg_and_die.o | 61 | lib-y += perror_msg_and_die.o |
62 | lib-y += perror_nomsg.o | 62 | lib-y += perror_nomsg.o |
63 | lib-y += perror_nomsg_and_die.o | 63 | lib-y += perror_nomsg_and_die.o |
64 | lib-y += pidfile.o | ||
64 | lib-y += process_escape_sequence.o | 65 | lib-y += process_escape_sequence.o |
65 | lib-y += procps.o | 66 | lib-y += procps.o |
66 | lib-y += read.o | 67 | lib-y += read.o |