diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-15 10:53:40 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-15 10:53:40 +0000 |
commit | 3238ea1673d55b37abeba066826963101e6af020 (patch) | |
tree | df76d70db494b6f968a007b750aff0111805c742 /Makefile | |
parent | 858fad722fa949f057dbc5a5e7dd63eef8954187 (diff) | |
download | busybox-w32-3238ea1673d55b37abeba066826963101e6af020.tar.gz busybox-w32-3238ea1673d55b37abeba066826963101e6af020.tar.bz2 busybox-w32-3238ea1673d55b37abeba066826963101e6af020.zip |
Merge fileutils, textutils and shellutils into coreuils
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,10 +26,10 @@ noconfig_targets := menuconfig config oldconfig randconfig \ | |||
26 | TOPDIR=./ | 26 | TOPDIR=./ |
27 | include Rules.mak | 27 | include Rules.mak |
28 | 28 | ||
29 | DIRS:=applets archival archival/libunarchive console-tools debianutils \ | 29 | DIRS:=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 | ||
34 | ifeq ($(strip $(HAVE_DOT_CONFIG)),y) | 34 | ifeq ($(strip $(HAVE_DOT_CONFIG)),y) |
35 | 35 | ||