diff options
author | Glenn L McGrath | 2003-02-17 08:23:22 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-02-17 08:23:22 +0000 |
commit | ae0f1e7052c1a114666632061d45a9b1f9ca3aa3 (patch) | |
tree | 70f0f36e92490955a940bc7c27f0358c41d356f5 /coreutils/Makefile.in | |
parent | 4a4c677fccabdcd6db509488c9cb5d784afaa59d (diff) | |
download | busybox-ae0f1e7052c1a114666632061d45a9b1f9ca3aa3.zip busybox-ae0f1e7052c1a114666632061d45a9b1f9ca3aa3.tar.gz |
New applet sha1sum
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 78ee307..be34934 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in @@ -61,6 +61,7 @@ COREUTILS-$(CONFIG_PWD) += pwd.o COREUTILS-$(CONFIG_REALPATH) += realpath.o COREUTILS-$(CONFIG_RM) += rm.o COREUTILS-$(CONFIG_RMDIR) += rmdir.o +COREUTILS-$(CONFIG_SHA1SUM) += sha1sum.o COREUTILS-$(CONFIG_SLEEP) += sleep.o COREUTILS-$(CONFIG_SORT) += sort.o COREUTILS-$(CONFIG_STTY) += stty.o |