Add sha256sum(1)

This commit is contained in:
sin
2013-07-19 14:29:43 +01:00
committed by David Galos
parent f636ac791b
commit 4da54928e7
5 changed files with 230 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ LIB = \
util/putword.o \
util/recurse.o \
util/rm.o \
util/sha1.o
util/sha1.o \
util/sha256.o
SRC = \
basename.c \
@@ -80,6 +81,7 @@ SRC = \
unlink.c \
seq.c \
sha1sum.c \
sha256sum.c\
wc.c \
who.c \
yes.c