aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-21 23:24:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-21 23:24:46 +0000
commit4a2117027f12c43b93e4221f636074c881206a2d (patch)
tree3e83cfb5f5d0370be31c459bd6859cedd31e3a3f /coreutils/Makefile.in
parent6d1d2e59bff295c5876430a6289425118f02e0ee (diff)
downloadbusybox-4a2117027f12c43b93e4221f636074c881206a2d.tar.gz
grab sum from coreutils, clean it up, and make it busybox happy
Diffstat (limited to 'coreutils/Makefile.in')
-rw-r--r--coreutils/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in
index 130bdf48b..c9c42e091 100644
--- a/coreutils/Makefile.in
+++ b/coreutils/Makefile.in
@@ -71,6 +71,7 @@ COREUTILS-$(CONFIG_SHA1SUM) += md5_sha1_sum.o
COREUTILS-$(CONFIG_SLEEP) += sleep.o
COREUTILS-$(CONFIG_SORT) += sort.o
COREUTILS-$(CONFIG_STTY) += stty.o
+COREUTILS-$(CONFIG_SUM) += sum.o
COREUTILS-$(CONFIG_SYNC) += sync.o
COREUTILS-$(CONFIG_TAIL) += tail.o
COREUTILS-$(CONFIG_TEE) += tee.o