xref: /openbsd-src/regress/lib/libutil/pkcs5_pbkdf2/Makefile (revision d150a20e8970c18ed9dc8506a23dfa71df3736cd)
1#	$OpenBSD: Makefile,v 1.1 2012/09/06 20:49:59 matthew Exp $
2
3PROG=pkcs5_pbkdf2_test
4LDADD=-lutil
5DPADD=${LIBUTIL}
6
7.include <bsd.regress.mk>
8