diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-20 15:23:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-20 15:23:03 +0000 |
commit | 14923db72fe6e97d9c596236841a9eb6338231db (patch) | |
tree | ad221dd5c71bb7eec7788c86af30ba4c933d9cc2 /networking/Kbuild | |
parent | cd0e80ce902f6e79b31888af4ff4545846ce1c0e (diff) |
slattach: new applet.
Diffstat (limited to 'networking/Kbuild')
-rw-r--r-- | networking/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Kbuild b/networking/Kbuild index 0f4ab7ba6..23968a833 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -27,6 +27,7 @@ lib-$(CONFIG_PING) += ping.o lib-$(CONFIG_PING6) += ping.o lib-$(CONFIG_PSCAN) += pscan.o lib-$(CONFIG_ROUTE) += route.o +lib-$(CONFIG_SLATTACH) += slattach.o lib-$(CONFIG_TELNET) += telnet.o lib-$(CONFIG_TELNETD) += telnetd.o lib-$(CONFIG_TFTP) += tftp.o |