#	$OpenBSD: Makefile,v 1.1 2012/09/06 20:49:59 matthew Exp $

PROG=pkcs5_pbkdf2_test
LDADD=-lutil
DPADD=${LIBUTIL}

.include <bsd.regress.mk>