diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/addsub/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/addsub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/addsub/Makefile b/src/regress/lib/libcrypto/bn/addsub/Makefile index c35182db4f..382e776716 100644 --- a/src/regress/lib/libcrypto/bn/addsub/Makefile +++ b/src/regress/lib/libcrypto/bn/addsub/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2018/07/10 16:57:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2022/06/19 17:08:19 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
4 | 4 | ||
5 | PROG= bnaddsub | 5 | PROG= bnaddsub |
6 | LDADD= ${CRYPTO_INT} | 6 | LDADD= ${LIBCRYPTO} |
7 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
8 | WARNINGS= Yes | 8 | WARNINGS= Yes |
9 | CFLAGS+= -Werror | 9 | CFLAGS+= -Werror |