diff options
author | Adam Tkac <vonsch@gmail.com> | 2009-11-22 03:43:55 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-22 03:43:55 +0100 |
commit | b1585064fdac138b3bd14c2b64f64c67ec08b654 (patch) | |
tree | b632b12a9aea4953751bb1569bf9290db42c5c4d /networking/Kbuild | |
parent | d095fd4d95fd6241847f01e4fd674bc177310c33 (diff) | |
download | busybox-w32-b1585064fdac138b3bd14c2b64f64c67ec08b654.tar.gz busybox-w32-b1585064fdac138b3bd14c2b64f64c67ec08b654.tar.bz2 busybox-w32-b1585064fdac138b3bd14c2b64f64c67ec08b654.zip |
ntpd: new applet by Adam Tkac. +5k.
Signed-off-by: Adam Tkac <vonsch@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 866d42f6b..b0765bcf6 100644 --- a/networking/Kbuild +++ b/networking/Kbuild | |||
@@ -27,6 +27,7 @@ lib-$(CONFIG_NAMEIF) += nameif.o | |||
27 | lib-$(CONFIG_NC) += nc.o | 27 | lib-$(CONFIG_NC) += nc.o |
28 | lib-$(CONFIG_NETSTAT) += netstat.o | 28 | lib-$(CONFIG_NETSTAT) += netstat.o |
29 | lib-$(CONFIG_NSLOOKUP) += nslookup.o | 29 | lib-$(CONFIG_NSLOOKUP) += nslookup.o |
30 | lib-$(CONFIG_NTPD) += ntpd.o | ||
30 | lib-$(CONFIG_PING) += ping.o | 31 | lib-$(CONFIG_PING) += ping.o |
31 | lib-$(CONFIG_PING6) += ping.o | 32 | lib-$(CONFIG_PING6) += ping.o |
32 | lib-$(CONFIG_PSCAN) += pscan.o | 33 | lib-$(CONFIG_PSCAN) += pscan.o |