diff options
author | Rob Landley | 2005-04-30 03:49:37 +0000 |
---|---|---|
committer | Rob Landley | 2005-04-30 03:49:37 +0000 |
commit | ad8071f582a354924e96a3842e4fda7895bb5b7f (patch) | |
tree | 6a0fb577de9944fcbb68604a45bbb581da6d8590 /networking/Makefile.in | |
parent | 55b1efc6de0bce7872dd9b46c19e6688a1976427 (diff) | |
download | busybox-ad8071f582a354924e96a3842e4fda7895bb5b7f.zip busybox-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Makefile.in b/networking/Makefile.in index 4e27dbc..778d0ba 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) |