PROG=	hashtest
SRCS=	hashtest.c hashes.c
MKMAN=	no
WARNS?=	1

LDADD+=	-lm
DPADD+=	${LIBM}

.include <bsd.prog.mk>
