aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-24 05:07:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-24 05:07:59 +0000
commitd89e629e52c3b525424be958de238ed1dc5a0361 (patch)
tree9aec1ca3d0a479bef39bd63c14f4292061d34675 /Makefile
parent408ae211ceaf33bf758207cd5329903c39e8880c (diff)
downloadbusybox-w32-d89e629e52c3b525424be958de238ed1dc5a0361.tar.gz
busybox-w32-d89e629e52c3b525424be958de238ed1dc5a0361.tar.bz2
busybox-w32-d89e629e52c3b525424be958de238ed1dc5a0361.zip
add new subdir for e2fsprogs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecbfcec5e..b1e934754 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ include $(top_builddir)/Rules.mak
42DIRS:=applets archival archival/libunarchive coreutils console-tools \ 42DIRS:=applets archival archival/libunarchive coreutils console-tools \
43 debianutils editors findutils init miscutils modutils networking \ 43 debianutils editors findutils init miscutils modutils networking \
44 networking/libiproute networking/udhcp procps loginutils shell \ 44 networking/libiproute networking/udhcp procps loginutils shell \
45 sysklogd util-linux libpwdgrp coreutils/libcoreutils libbb 45 sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
46 46
47SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) 47SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
48 48