summaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-12 08:12:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-12 08:12:33 +0000
commitcc5e090f12fb4e3834fb1a55bc91d7618af8ce78 (patch)
tree34813e8836287c21cb893ab7d3aee666db415d62 /coreutils/Kbuild
parentaa198dd39cad6cb41fbf6c8b64301b581a9ba206 (diff)
downloadbusybox-w32-cc5e090f12fb4e3834fb1a55bc91d7618af8ce78.tar.gz
busybox-w32-cc5e090f12fb4e3834fb1a55bc91d7618af8ce78.tar.bz2
busybox-w32-cc5e090f12fb4e3834fb1a55bc91d7618af8ce78.zip
move several applets to more correct ex-project. No code changes.
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r--coreutils/Kbuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index 1c6e6ed23..fd67d6c85 100644
--- a/coreutils/Kbuild
+++ b/coreutils/Kbuild
@@ -18,14 +18,12 @@ lib-$(CONFIG_CHMOD) += chmod.o
18lib-$(CONFIG_CHOWN) += chown.o 18lib-$(CONFIG_CHOWN) += chown.o
19lib-$(CONFIG_CHROOT) += chroot.o 19lib-$(CONFIG_CHROOT) += chroot.o
20lib-$(CONFIG_CKSUM) += cksum.o 20lib-$(CONFIG_CKSUM) += cksum.o
21lib-$(CONFIG_CMP) += cmp.o
22lib-$(CONFIG_COMM) += comm.o 21lib-$(CONFIG_COMM) += comm.o
23lib-$(CONFIG_CP) += cp.o 22lib-$(CONFIG_CP) += cp.o
24lib-$(CONFIG_CUT) += cut.o 23lib-$(CONFIG_CUT) += cut.o
25lib-$(CONFIG_DATE) += date.o 24lib-$(CONFIG_DATE) += date.o
26lib-$(CONFIG_DD) += dd.o 25lib-$(CONFIG_DD) += dd.o
27lib-$(CONFIG_DF) += df.o 26lib-$(CONFIG_DF) += df.o
28lib-$(CONFIG_DIFF) += diff.o
29lib-$(CONFIG_DIRNAME) += dirname.o 27lib-$(CONFIG_DIRNAME) += dirname.o
30lib-$(CONFIG_DOS2UNIX) += dos2unix.o 28lib-$(CONFIG_DOS2UNIX) += dos2unix.o
31lib-$(CONFIG_DU) += du.o 29lib-$(CONFIG_DU) += du.o
@@ -54,6 +52,7 @@ lib-$(CONFIG_OD) += od.o
54lib-$(CONFIG_PRINTENV) += printenv.o 52lib-$(CONFIG_PRINTENV) += printenv.o
55lib-$(CONFIG_PRINTF) += printf.o 53lib-$(CONFIG_PRINTF) += printf.o
56lib-$(CONFIG_PWD) += pwd.o 54lib-$(CONFIG_PWD) += pwd.o
55lib-$(CONFIG_READLINK) += readlink.o
57lib-$(CONFIG_REALPATH) += realpath.o 56lib-$(CONFIG_REALPATH) += realpath.o
58lib-$(CONFIG_RM) += rm.o 57lib-$(CONFIG_RM) += rm.o
59lib-$(CONFIG_RMDIR) += rmdir.o 58lib-$(CONFIG_RMDIR) += rmdir.o
@@ -79,7 +78,6 @@ lib-$(CONFIG_UNIQ) += uniq.o
79lib-$(CONFIG_USLEEP) += usleep.o 78lib-$(CONFIG_USLEEP) += usleep.o
80lib-$(CONFIG_UUDECODE) += uudecode.o 79lib-$(CONFIG_UUDECODE) += uudecode.o
81lib-$(CONFIG_UUENCODE) += uuencode.o 80lib-$(CONFIG_UUENCODE) += uuencode.o
82lib-$(CONFIG_WATCH) += watch.o
83lib-$(CONFIG_WC) += wc.o 81lib-$(CONFIG_WC) += wc.o
84lib-$(CONFIG_WHO) += who.o 82lib-$(CONFIG_WHO) += who.o
85lib-$(CONFIG_WHOAMI) += whoami.o 83lib-$(CONFIG_WHOAMI) += whoami.o