aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-08 03:24:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-08 03:24:36 +0000
commit1b4e1dae71130fe74a728c8c9185ec8e4ba614c8 (patch)
tree18d8f99c81804f20fd9dd74f3f11983c87a31ded /Makefile
parent7031f62d9b750568b5e98bdb8c59c3c1a72e073d (diff)
downloadbusybox-w32-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.tar.gz
busybox-w32-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.tar.bz2
busybox-w32-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.zip
re-enable udhcp in a few more places
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a16a98c64..f877cfbbc 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ vpath %/Config.in $(srctree)
27 27
28DIRS:=applets archival archival/libunarchive coreutils console-tools \ 28DIRS:=applets archival archival/libunarchive coreutils console-tools \
29 debianutils editors findutils init miscutils modutils networking \ 29 debianutils editors findutils init miscutils modutils networking \
30 networking/libiproute procps loginutils shell \ 30 networking/libiproute networking/udhcp procps loginutils shell \
31 sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb 31 sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
32 32
33SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) 33SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))