1# $OpenBSD: Makefile,v 1.1 2013/06/04 16:15:35 tedu Exp $ 2 3PROG=bcrypt_pbkdf_test 4LDADD=-lutil 5DPADD=${LIBUTIL} 6 7.include <bsd.regress.mk> 8