diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-08 03:24:36 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-08 03:24:36 +0000 |
commit | c225c0d4cb64cabfbfb8df1a5522a37b2950d32b (patch) | |
tree | 18d8f99c81804f20fd9dd74f3f11983c87a31ded /Makefile | |
parent | 86dfbb71866530735a4a7507deceb1a23725a648 (diff) | |
download | busybox-w32-c225c0d4cb64cabfbfb8df1a5522a37b2950d32b.tar.gz busybox-w32-c225c0d4cb64cabfbfb8df1a5522a37b2950d32b.tar.bz2 busybox-w32-c225c0d4cb64cabfbfb8df1a5522a37b2950d32b.zip |
re-enable udhcp in a few more places
git-svn-id: svn://busybox.net/trunk/busybox@15032 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ vpath %/Config.in $(srctree) | |||
27 | 27 | ||
28 | DIRS:=applets archival archival/libunarchive coreutils console-tools \ | 28 | DIRS:=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 | ||
33 | SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) | 33 | SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) |