Add md5sum

No support for -c at the moment.
This commit is contained in:
stateless
2013-06-19 09:54:52 +01:00
committed by David Galos
parent 3c5f2b2407
commit 50054a652c
5 changed files with 234 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ LIB = \
util/estrtol.o \
util/fnck.o \
util/getlines.o \
util/md5.o \
util/putword.o \
util/recurse.o \
util/rm.o
@@ -45,6 +46,7 @@ SRC = \
ln.c \
ls.c \
mc.c \
md5sum.c \
mkdir.c \
mkfifo.c \
mknod.c \