diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-17 18:58:16 +0000 |
commit | 8a00f44bf4675076adfe312b71a6ff3670feef7d (patch) | |
tree | bd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/Kbuild | |
parent | a5342b4541c9c6b350ca015b94c7fd00d125e088 (diff) | |
download | busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.gz busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.tar.bz2 busybox-w32-8a00f44bf4675076adfe312b71a6ff3670feef7d.zip |
runit: add runsv, runsvdir and sv. Oh yes.
It even seems to work. +11K. :(
Diffstat (limited to 'runit/Kbuild')
-rw-r--r-- | runit/Kbuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runit/Kbuild b/runit/Kbuild index 730035632..ad1706cb6 100644 --- a/runit/Kbuild +++ b/runit/Kbuild | |||
@@ -5,5 +5,8 @@ | |||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_CHPST) += chpst.o | 8 | lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o |
9 | lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o | ||
10 | lib-$(CONFIG_SV) += sv.o runit_lib.o | ||
9 | lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o | 11 | lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o |
12 | lib-$(CONFIG_CHPST) += chpst.o | ||