diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-01 19:10:36 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-01 19:10:36 +0000 |
commit | 60fadaca28f262c1cbd0b5e1553118f22f802d1b (patch) | |
tree | b1f94d06f1747f36d8c880ec1160ae7abc151408 /ipsvd/Kbuild | |
parent | 57a426b15becb6b91850a55986244e53b8b22773 (diff) | |
download | busybox-60fadaca28f262c1cbd0b5e1553118f22f802d1b.tar.gz |
udpsvd: next part of ipsvd applets (not working yet)
Diffstat (limited to 'ipsvd/Kbuild')
-rw-r--r-- | ipsvd/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipsvd/Kbuild b/ipsvd/Kbuild index 8050921b0..9eda63d20 100644 --- a/ipsvd/Kbuild +++ b/ipsvd/Kbuild @@ -6,3 +6,4 @@ lib-y:= lib-$(CONFIG_TCPSVD) += tcpsvd.o ipsvd_perhost.o +lib-$(CONFIG_UDPSVD) += udpsvd.o |