diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-17 18:58:16 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-17 18:58:16 +0000 |
commit | e89087e8ac2bbd0d510f9291f8bd704059f4e48b (patch) | |
tree | bd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/Kbuild | |
parent | 85f0978efd4641525ebcc47aa7c25aa8898241d7 (diff) | |
download | busybox-w32-e89087e8ac2bbd0d510f9291f8bd704059f4e48b.tar.gz busybox-w32-e89087e8ac2bbd0d510f9291f8bd704059f4e48b.tar.bz2 busybox-w32-e89087e8ac2bbd0d510f9291f8bd704059f4e48b.zip |
runit: add runsv, runsvdir and sv. Oh yes.
It even seems to work. +11K. :(
git-svn-id: svn://busybox.net/trunk/busybox@16569 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | ||