Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-24 12:24:41 +0400
committerEric Andersen <andersen@codepoet.org>2001-10-24 12:24:41 +0400
commita49b025b195f0556d69f9723c1a5c69a0585b7b9 (patch)
treef4035ad107396d28c952c4bbcdbf15df84b1453c /Makefile
parenta3483db55f6ed39ed1ca42f7cceb7fb4a3fa7535 (diff)
Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,
I forgot to add procps to the SUBDIR list
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 864fa7d37..c0f7c6587 100644
--- a/Makefile
+++ b/Makefile
@@ -202,8 +202,8 @@ endif
SUBDIRS =applets archival console-tools editors fileutils findutils init \
- miscutils modutils networking pwd_grp shell shellutils sysklogd \
- textutils util-linux libbb
+ miscutils modutils networking procps pwd_grp shell shellutils \
+ sysklogd textutils util-linux libbb
bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS))