aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5/Makefile
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-07-09 08:19:04 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-07-09 08:19:04 +0000
commit8ff3cdd1b52f1a7baa92226eb73ab448afc974e8 (patch)
tree31b0e348a2e768aec2d95ffe9d509cb3cacf0978 /sbin/md5/Makefile
parentc4729f6e89f09aead4b86294998659ac55187fe5 (diff)
downloadsrc-8ff3cdd1b52f1a7baa92226eb73ab448afc974e8.tar.gz
src-8ff3cdd1b52f1a7baa92226eb73ab448afc974e8.zip
Integrate SHA2-224 with userspace components
The double compilation of the kernel sources in libmd and libcrypt is baffling, but add yet another define hack to prevent duplicate symbols. Add documentation and SHA2-224 test cases to libmd. Integrate with the md5(1) command, document, and add more test cases; self-tests pass.
Notes
Notes: svn path=/head/; revision=336126
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r--sbin/md5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index cb643ea18bef..c284be13161b 100644
--- a/sbin/md5/Makefile
+++ b/sbin/md5/Makefile
@@ -6,6 +6,7 @@ PROG= md5
LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \
${BINDIR}/md5 ${BINDIR}/sha1 \
+ ${BINDIR}/md5 ${BINDIR}/sha224 \
${BINDIR}/md5 ${BINDIR}/sha256 \
${BINDIR}/md5 ${BINDIR}/sha384 \
${BINDIR}/md5 ${BINDIR}/sha512 \
@@ -16,6 +17,7 @@ LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \
MLINKS= md5.1 rmd160.1 \
md5.1 sha1.1 \
+ md5.1 sha224.1 \
md5.1 sha256.1 \
md5.1 sha384.1 \
md5.1 sha512.1 \