summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/sha256/Makefile
blob: 7c4bdc1035fc1517f7471a0cf334285a529bd8d2 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2014/05/30 15:38:28 jsing Exp $

PROG=	sha256test
LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}

.include <bsd.regress.mk>