summaryrefslogtreecommitdiffstats
path: root/regress/lib/libutil/bcrypt_pbkdf/Makefile
blob: b47990c4c54641ef15eb9975a92647fd92a84aa5 (plain) (blame)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2013/06/04 16:15:35 tedu Exp $

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

.include <bsd.regress.mk>