From: deraadt Date: Wed, 8 Jan 2014 14:20:11 +0000 (+0000) Subject: Build a -DSMALL verison of md5 for the install media (will be installed X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6ad0723ffbfbe453184f00d96c1a3da22ef8af05;p=openbsd Build a -DSMALL verison of md5 for the install media (will be installed as sha256 and sha512, primarily) --- diff --git a/distrib/special/md5/Makefile b/distrib/special/md5/Makefile new file mode 100644 index 00000000000..99abf991372 --- /dev/null +++ b/distrib/special/md5/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2014/01/08 14:20:11 deraadt Exp $ + +PROG= md5 +COPTS+= -DSMALL -I${.CURDIR}/../../../bin/md5 +.PATH: ${.CURDIR}/../../../bin/md5 + +.include