#	$OpenBSD: Makefile,v 1.7 2003/04/26 23:32:23 deraadt Exp $

PROG=	md5
MAN=	md5.1 sha1.1 rmd160.1
LINKS=	${BINDIR}/md5 ${BINDIR}/sha1 \
	${BINDIR}/md5 ${BINDIR}/rmd160
COPTS+=	-ansi -Wall -Wconversion -Wmissing-prototypes

.include <bsd.prog.mk>
