aboutsummaryrefslogtreecommitdiff
path: root/networking/Makefile.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-04-30 03:49:37 +0000
committerRob Landley <rob@landley.net>2005-04-30 03:49:37 +0000
commitad8071f582a354924e96a3842e4fda7895bb5b7f (patch)
tree6a0fb577de9944fcbb68604a45bbb581da6d8590 /networking/Makefile.in
parent55b1efc6de0bce7872dd9b46c19e6688a1976427 (diff)
downloadbusybox-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.gz
David Brownell submitted a new applet, zcip, based on RFC 3927. This is
version 0418b. It compiled.
Diffstat (limited to 'networking/Makefile.in')
-rw-r--r--networking/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Makefile.in b/networking/Makefile.in
index 4e27dbc67..778d0bade 100644
--- a/networking/Makefile.in
+++ b/networking/Makefile.in
@@ -51,6 +51,7 @@ NETWORKING-$(CONFIG_TFTP) += tftp.o
NETWORKING-$(CONFIG_TRACEROUTE) += traceroute.o
NETWORKING-$(CONFIG_VCONFIG) += vconfig.o
NETWORKING-$(CONFIG_WGET) += wget.o
+NETWORKING-$(CONFIG_ZCIP) += zcip.o
libraries-y+=$(NETWORKING_DIR)$(NETWORKING_AR)