summaryrefslogtreecommitdiffstats
path: root/sbin/md5/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Teach md5(1) about sha512.delphij2012-08-011-2/+4
| | | | MFC after: 1 month
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
| | | | Submitted by: Ulrich Spörlein
* In light of the recent 2^69 operation collision-finding attack on SHA1,cperciva2005-03-091-2/+4
| | | | | | | | add support for SHA256. Tested on: i386, sparc64 Tested using: NIST test vectors, built-in tests X-MFC-after: 5.4-RELEASE
* Add sha1 and rmd160 checksum tools.eik2004-06-111-1/+10
| | | | | | | | 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
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Default to WARNS=2.obrien2001-12-041-2/+0
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* WARNS= -> WARNS?=dd2001-06-221-1/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Fix argument processing.ru2001-05-221-0/+2
| | | | | | | Make this compile with WARNS=2. PR: bin/27524 MFC after: 3 days
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+2
|
* /usr/lib/libmd.a -> ${LIBMD}wosch1997-02-081-1/+1
|
* Incorproate version of md5 placed into public domain by RSA.pst1994-10-291-0/+9
OpenPOWER on IntegriCloud