summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/sha256/Makefile
blob: b97b9926de1517b9c526e45f6b6db2af3f16b2b0 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $

PROG=	sha256test
LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-Werror

.include <bsd.regress.mk>