artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24d5788
)
Build a -DSMALL verison of md5 for the install media (will be installed
author
deraadt
<deraadt@openbsd.org>
Wed, 8 Jan 2014 14:20:11 +0000
(14:20 +0000)
committer
deraadt
<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]
patch
|
blob
diff --git a/distrib/special/md5/Makefile
b/distrib/special/md5/Makefile
new file mode 100644
(file)
index 0000000..
99abf99
--- /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>