diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-10-14 21:41:28 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-10-14 21:41:28 +0000 |
commit | 61fb48930f45aa536584b2047f9e703186e8f69f (patch) | |
tree | e3b93e0a694be81939f8c4762553c43ffdb9b10b /networking/Makefile.in | |
parent | 9060a7315980bb05f42eab76b88746d43e138188 (diff) | |
download | busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.tar.gz busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.tar.bz2 busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.zip |
added full udhcp integration
Diffstat (limited to 'networking/Makefile.in')
-rw-r--r-- | networking/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/Makefile.in b/networking/Makefile.in index 510c8119d..d6c8592d2 100644 --- a/networking/Makefile.in +++ b/networking/Makefile.in | |||
@@ -35,7 +35,6 @@ NETWORKING-$(CONFIG_TELNET) += telnet.o | |||
35 | NETWORKING-$(CONFIG_TELNETD) += telnetd.o | 35 | NETWORKING-$(CONFIG_TELNETD) += telnetd.o |
36 | NETWORKING-$(CONFIG_TFTP) += tftp.o | 36 | NETWORKING-$(CONFIG_TFTP) += tftp.o |
37 | NETWORKING-$(CONFIG_TRACEROUTE) += traceroute.o | 37 | NETWORKING-$(CONFIG_TRACEROUTE) += traceroute.o |
38 | NETWORKING-$(CONFIG_UDHCPC) += udhcpc.o | ||
39 | NETWORKING-$(CONFIG_WGET) += wget.o | 38 | NETWORKING-$(CONFIG_WGET) += wget.o |
40 | 39 | ||
41 | libraries-y+=$(NETWORKING_DIR)$(NETWORKING_AR) | 40 | libraries-y+=$(NETWORKING_DIR)$(NETWORKING_AR) |