summaryrefslogtreecommitdiff
path: root/distrib/special
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-08 14:20:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-01-08 14:20:12 +0000
commit58387ba35c0c4b39dd43acbc4b334e16255e95d3 (patch)
treee830c224dbd6a7a7c52f57efff4114cc010639be /distrib/special
parent12238152a19e50265861a409352217139bc68ac3 (diff)
Build a -DSMALL verison of md5 for the install media (will be installed
as sha256 and sha512, primarily)
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/md5/Makefile7
1 files changed, 7 insertions, 0 deletions
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 <bsd.prog.mk>