Add sha512sum(1)

This commit is contained in:
sin
2013-07-22 09:34:07 +01:00
committed by David Galos
parent b5b7db4009
commit 9e5718282a
6 changed files with 243 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ include config.mk
.POSIX:
.SUFFIXES: .c .o
HDR = crypt.h fs.h text.h md5.h sha1.h util.h arg.h
HDR = crypt.h fs.h text.h md5.h sha1.h sha256.h sha512.h util.h arg.h
LIB = \
util/afgets.o \
util/agetcwd.o \
@@ -21,7 +21,8 @@ LIB = \
util/recurse.o \
util/rm.o \
util/sha1.o \
util/sha256.o
util/sha256.o \
util/sha512.o
SRC = \
basename.c \
@@ -82,6 +83,7 @@ SRC = \
seq.c \
sha1sum.c \
sha256sum.c\
sha512sum.c\
wc.c \
who.c \
yes.c