#	@(#)Makefile	8.1 (Berkeley) 6/9/93

PROG=	md5
SRCS=   md5.c

LDADD+=	-lmd
DPADD+= ${LIBMD}

.include <bsd.prog.mk>