diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-17 19:37:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-17 19:37:19 +0000 |
commit | 073fa571c7043c76e71845a939f35de6c3d3b5be (patch) | |
tree | 130c59444dedaa0f74e3c8baa17ab9831f1c8b3c /regress/lib/libcrypto/bn | |
parent | ae467f62ba4d0f3c406f37a455c31b537083a197 (diff) |
Fix typo
Diffstat (limited to 'regress/lib/libcrypto/bn')
-rw-r--r-- | regress/lib/libcrypto/bn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 5df30379a4f..2ba1d396ddc 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2023/04/10 19:02:30 jsing Exp $ +# $OpenBSD: Makefile,v 1.30 2023/04/17 19:37:18 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -50,7 +50,7 @@ run-bn_isqrt_check_tables: bn_isqrt_gen_tables.txt CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt # bn_test is special, so override bsd.regress.mk's run-regress-bn_test -run-regress-bn_test bntest.out: bn_test +run-regress-bn_test bn_test.out: bn_test ./bn_test -out bn_test.out REGRESS_TARGETS += run-bc |