aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-05 18:20:42 +0000
committerRob Landley <rob@landley.net>2006-05-05 18:20:42 +0000
commit3958e0a151acbbf21806654fe58af24dbfb372c8 (patch)
tree09cea1d9f6f500e95d6f6eb2863fc1ec6c19d7b1 /Makefile
parentd8f6601502d8b0c124c3389a9c32b85d36f33869 (diff)
downloadbusybox-3958e0a151acbbf21806654fe58af24dbfb372c8.tar.gz
Busybox's udhcp was deleted a while ago. Bolting an external project onto the
tree doesn't change that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e9e95755..974048fb9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ vpath %/Config.in $(srctree)
DIRS:=applets archival archival/libunarchive coreutils console-tools \
debianutils editors findutils init miscutils modutils networking \
- networking/libiproute networking/udhcp procps loginutils shell \
+ networking/libiproute procps loginutils shell \
sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))