From cb49d42b60bcb90c7942385c7be9acc5d3fa537a Mon Sep 17 00:00:00 2001 From: Oliver Eikemeier Date: Fri, 11 Jun 2004 16:07:02 +0000 Subject: Add sha1 and rmd160 checksum tools. Since the algorithms are already supported in libmd, the size increase is small when a dynamic root is used. Approved by: joerg, ru MFC after: 2 weeks --- sbin/md5/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sbin/md5/Makefile') diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 56187d72c4e3..007fb4cc1b2c 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -3,7 +3,16 @@ PROG= md5 -LDADD= -lmd +LINKS= ${BINDIR}/md5 ${BINDIR}/rmd160 \ + ${BINDIR}/md5 ${BINDIR}/sha1 + +MLINKS= md5.1 rmd160.1 \ + md5.1 sha1.1 + +WARNS?= 6 +WFORMAT?= 1 + DPADD= ${LIBMD} +LDADD= -lmd .include -- cgit v1.2.3