1#      $OpenBSD: Makefile,v 1.2 2014/01/11 04:01:13 deraadt Exp $
2
3PROG=	md5
4COPTS+=	-DSHA2_ONLY -I${.CURDIR}/../../../bin/md5
5.PATH:	${.CURDIR}/../../../bin/md5
6
7.include <bsd.prog.mk>
8