From: Eric Andersen Date: Wed, 24 Oct 2001 08:24:41 +0000 (-0000) Subject: Oops. As Aaron Lehmann just noticed, X-Git-Tag: 0_60_2~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a49b025b195f0556d69f9723c1a5c69a0585b7b9;p=oweals%2Fbusybox.git Oops. As Aaron Lehmann just noticed, I forgot to add procps to the SUBDIR list --- 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))