summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 5df30379a4..2ba1d396dd 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing Exp $ 1# $OpenBSD: Makefile,v 1.30 2023/04/17 19:37:18 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -50,7 +50,7 @@ run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt
50CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt 50CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt
51 51
52# bn_test is special, so override bsd.regress.mk's run-regress-bn_test 52# bn_test is special, so override bsd.regress.mk's run-regress-bn_test
53run-regress-bn_test bntest.out: bn_test 53run-regress-bn_test bn_test.out: bn_test
54 ./bn_test -out bn_test.out 54 ./bn_test -out bn_test.out
55 55
56REGRESS_TARGETS += run-bc 56REGRESS_TARGETS += run-bc