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

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

.include <bsd.regress.mk>