Add sha1sum

No support for -c at the moment.
This commit is contained in:
stateless
2013-07-04 12:14:14 +01:00
committed by David Galos
parent 50054a652c
commit eec1b415d5
5 changed files with 230 additions and 1 deletions

View File

@@ -18,7 +18,8 @@ LIB = \
util/md5.o \
util/putword.o \
util/recurse.o \
util/rm.o
util/rm.o \
util/sha1.o
SRC = \
basename.c \
@@ -76,6 +77,7 @@ SRC = \
uniq.c \
unlink.c \
seq.c \
sha1sum.c \
wc.c \
who.c \
yes.c