]> git.ipfire.org Git - thirdparty/zstd.git/commit
Use standard md5 tool on NetBSD. 2492/head
authornia <nia@netbsd.org>
Thu, 11 Feb 2021 09:50:11 +0000 (10:50 +0100)
committernia <nia@netbsd.org>
Thu, 11 Feb 2021 09:50:11 +0000 (10:50 +0100)
commit74f85818a6ae3c609ddfb38f0de09dcdf552f88b
treecf2865c9bc51ee6b698a7b73fd964e8cc539dba9
parenta294a19990969312083faf72373be87e7852dc50
Use standard md5 tool on NetBSD.

This avoids a GNU coreutils dependency.

-n is used to match the output format of coreutils:
http://man.netbsd.org/md5.1
lib/Makefile
programs/Makefile
tests/playTests.sh