diff options
author | Mike Frysinger | 2005-04-21 23:24:46 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-04-21 23:24:46 +0000 |
commit | 4a2117027f12c43b93e4221f636074c881206a2d (patch) | |
tree | 3e83cfb5f5d0370be31c459bd6859cedd31e3a3f /coreutils/Makefile.in | |
parent | 6d1d2e59bff295c5876430a6289425118f02e0ee (diff) | |
download | busybox-4a2117027f12c43b93e4221f636074c881206a2d.zip busybox-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 130bdf4..c9c42e0 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 |