summaryrefslogtreecommitdiff
path: root/distrib/special/md5/Makefile
blob: a7ba964d507546c9b92c1767e428f6c0505fef3b (plain)
1
2
3
4
5
6
7
#      $OpenBSD: Makefile,v 1.2 2014/01/11 04:01:13 deraadt Exp $

PROG=	md5
COPTS+=	-DSHA2_ONLY -I${.CURDIR}/../../../bin/md5
.PATH:	${.CURDIR}/../../../bin/md5

.include <bsd.prog.mk>