aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-05 18:20:42 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-05 18:20:42 +0000
commit577d503efe9a88b1748604bdf81760dbc9aaec28 (patch)
tree09cea1d9f6f500e95d6f6eb2863fc1ec6c19d7b1 /Makefile
parentf14f47ebbe66163b2c82fc45d03e7170a47c2b4f (diff)
downloadbusybox-w32-577d503efe9a88b1748604bdf81760dbc9aaec28.tar.gz
busybox-w32-577d503efe9a88b1748604bdf81760dbc9aaec28.tar.bz2
busybox-w32-577d503efe9a88b1748604bdf81760dbc9aaec28.zip
Busybox's udhcp was deleted a while ago. Bolting an external project onto the
tree doesn't change that. git-svn-id: svn://busybox.net/trunk/busybox@15010 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)
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 networking/udhcp procps loginutils shell \ 30 networking/libiproute 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))