Build a -DSMALL verison of md5 for the install media (will be installed
authorderaadt <deraadt@openbsd.org>
Wed, 8 Jan 2014 14:20:11 +0000 (14:20 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 8 Jan 2014 14:20:11 +0000 (14:20 +0000)
as sha256 and sha512, primarily)

distrib/special/md5/Makefile [new file with mode: 0644]

diff --git a/distrib/special/md5/Makefile b/distrib/special/md5/Makefile
new file mode 100644 (file)
index 0000000..99abf99
--- /dev/null
@@ -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 <bsd.prog.mk>