diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-05-08 03:24:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-05-08 03:24:36 +0000 |
commit | 1b4e1dae71130fe74a728c8c9185ec8e4ba614c8 (patch) | |
tree | 18d8f99c81804f20fd9dd74f3f11983c87a31ded /Makefile | |
parent | 7031f62d9b750568b5e98bdb8c59c3c1a72e073d (diff) | |
download | busybox-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.tar.gz |
re-enable udhcp in a few more places
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 procps loginutils shell \ + networking/libiproute networking/udhcp procps loginutils shell \ sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) |