summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/addsub/Makefile
blob: c35182db4fa6d592f5583d33b3006d36ca34d2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 2018/07/10 16:57:50 tb Exp $

.include "../../Makefile.inc"

PROG=		bnaddsub
LDADD=		${CRYPTO_INT}
DPADD=		${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-Werror

.include <bsd.regress.mk>