diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/general/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/general/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile index ab642e0769..b9282a1126 100644 --- a/src/regress/lib/libcrypto/bn/general/Makefile +++ b/src/regress/lib/libcrypto/bn/general/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.14 2022/07/25 20:48:57 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.15 2022/11/09 23:28:08 tb Exp $ |
2 | 2 | ||
3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
4 | 4 | ||
@@ -34,6 +34,7 @@ REGRESS_TARGETS += run-bn_mod_sqrt | |||
34 | run-bn_mod_sqrt: bn_mod_sqrt | 34 | run-bn_mod_sqrt: bn_mod_sqrt |
35 | ./bn_mod_sqrt | 35 | ./bn_mod_sqrt |
36 | 36 | ||
37 | LDADD_bn_primes = ${CRYPTO_INT} | ||
37 | REGRESS_TARGETS += run-bn_primes | 38 | REGRESS_TARGETS += run-bn_primes |
38 | run-bn_primes: bn_primes | 39 | run-bn_primes: bn_primes |
39 | ./bn_primes | 40 | ./bn_primes |