aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 \
26TOPDIR=./ 26TOPDIR=./
27include Rules.mak 27include Rules.mak
28 28
29DIRS:=applets archival archival/libunarchive console-tools debianutils \ 29DIRS:=applets archival archival/libunarchive coreutils console-tools \
30 editors fileutils findutils init miscutils modutils networking \ 30 debianutils editors findutils init miscutils modutils networking \
31 networking/libiproute networking/udhcp procps loginutils shell \ 31 networking/libiproute networking/udhcp procps loginutils shell \
32 shellutils sysklogd textutils util-linux libbb libpwdgrp 32 sysklogd util-linux libbb libpwdgrp
33 33
34ifeq ($(strip $(HAVE_DOT_CONFIG)),y) 34ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
35 35