From 6ad0723ffbfbe453184f00d96c1a3da22ef8af05 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 8 Jan 2014 14:20:11 +0000 Subject: [PATCH] Build a -DSMALL verison of md5 for the install media (will be installed as sha256 and sha512, primarily) --- distrib/special/md5/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 distrib/special/md5/Makefile 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 -- 2.20.1