aboutsummaryrefslogtreecommitdiff
path: root/runit/Kbuild
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 18:58:16 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-17 18:58:16 +0000
commite89087e8ac2bbd0d510f9291f8bd704059f4e48b (patch)
treebd51123a09a6e587b98dfa156ca7bf0ba55b2325 /runit/Kbuild
parent85f0978efd4641525ebcc47aa7c25aa8898241d7 (diff)
downloadbusybox-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/Kbuild5
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
7lib-y:= 7lib-y:=
8lib-$(CONFIG_CHPST) += chpst.o 8lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
9lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
10lib-$(CONFIG_SV) += sv.o runit_lib.o
9lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o 11lib-$(CONFIG_SVLOGD) += svlogd.o runit_lib.o
12lib-$(CONFIG_CHPST) += chpst.o