summaryrefslogtreecommitdiffstats
path: root/sbin/md5/Makefile
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-06-11 16:07:02 +0000
committereik <eik@FreeBSD.org>2004-06-11 16:07:02 +0000
commit6ce46a0816813d4d69abd00d4820d640ddaa9bbc (patch)
tree1430582fd9c7ef7641be87f5097d224ce5e20c4b /sbin/md5/Makefile
parentad8a1611c3afd38808fa8ebc76ca5128459c4efc (diff)
downloadFreeBSD-src-6ce46a0816813d4d69abd00d4820d640ddaa9bbc.zip
FreeBSD-src-6ce46a0816813d4d69abd00d4820d640ddaa9bbc.tar.gz
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
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r--sbin/md5/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index 56187d7..007fb4c 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud