aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/Kbuild
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-03 12:09:46 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-03 12:09:46 +0000
commit3b913ba9d19dc6a03166f38aa9981ac9ddd1e77e (patch)
tree00b49168ec81ef2999cfb8e158e269bff3f80cdb /ipsvd/Kbuild
parent0ed6b531a5521c1aaed37c063f66da87cf55ad81 (diff)
downloadbusybox-w32-3b913ba9d19dc6a03166f38aa9981ac9ddd1e77e.tar.gz
busybox-w32-3b913ba9d19dc6a03166f38aa9981ac9ddd1e77e.tar.bz2
busybox-w32-3b913ba9d19dc6a03166f38aa9981ac9ddd1e77e.zip
ipsvd: fixes and improvements after testing
git-svn-id: svn://busybox.net/trunk/busybox@18312 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ipsvd/Kbuild')
-rw-r--r--ipsvd/Kbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/Kbuild b/ipsvd/Kbuild
index 9eda63d20..fc34fea49 100644
--- a/ipsvd/Kbuild
+++ b/ipsvd/Kbuild
@@ -5,5 +5,5 @@
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_TCPSVD) += tcpsvd.o ipsvd_perhost.o 8lib-$(CONFIG_TCPSVD) += tcpudp.o ipsvd_perhost.o
9lib-$(CONFIG_UDPSVD) += udpsvd.o 9lib-$(CONFIG_UDPSVD) += tcpudp.o ipsvd_perhost.o