diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-08 14:20:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-08 14:20:12 +0000 |
commit | 58387ba35c0c4b39dd43acbc4b334e16255e95d3 (patch) | |
tree | e830c224dbd6a7a7c52f57efff4114cc010639be /distrib/special | |
parent | 12238152a19e50265861a409352217139bc68ac3 (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/Makefile | 7 |
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> |