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:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-02-15 13:53:40 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2003-02-15 13:53:40 +0300
commit3238ea1673d55b37abeba066826963101e6af020 (patch)
treedf76d70db494b6f968a007b750aff0111805c742 /Makefile
parent858fad722fa949f057dbc5a5e7dd63eef8954187 (diff)
Merge fileutils, textutils and shellutils into coreuils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 36fc4118f..48911f77e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,10 @@ noconfig_targets := menuconfig config oldconfig randconfig \
TOPDIR=./
include Rules.mak
-DIRS:=applets archival archival/libunarchive console-tools debianutils \
- editors fileutils findutils init miscutils modutils networking \
+DIRS:=applets archival archival/libunarchive coreutils console-tools \
+ debianutils editors findutils init miscutils modutils networking \
networking/libiproute networking/udhcp procps loginutils shell \
- shellutils sysklogd textutils util-linux libbb libpwdgrp
+ sysklogd util-linux libbb libpwdgrp
ifeq ($(strip $(HAVE_DOT_CONFIG)),y)