summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 390dc8bcc1..f752ede216 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.11 2022/12/01 22:41:46 tb Exp $ 1# $OpenBSD: Makefile,v 1.12 2022/12/01 22:55:40 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_cmp 4PROGS += bn_cmp
@@ -26,7 +26,7 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/
26 26
27.for p in ${PROGS} 27.for p in ${PROGS}
28REGRESS_TARGETS += run-$p 28REGRESS_TARGETS += run-$p
29.PHONY += run-$p 29.PHONY: run-$p
30 30
31run-$p: $p 31run-$p: $p
32 ./$p 32 ./$p
@@ -35,6 +35,7 @@ run-$p: $p
35# Verify that the bn_isqrt -C output isn't changed by accident. 35# Verify that the bn_isqrt -C output isn't changed by accident.
36isqrt-print-tables: bn_isqrt 36isqrt-print-tables: bn_isqrt
37 @./bn_isqrt -C 37 @./bn_isqrt -C
38.PHONY: isqrt-print-tables
38 39
39CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt 40CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt
40bn_isqrt_gen_tables.txt: bn_isqrt 41bn_isqrt_gen_tables.txt: bn_isqrt
@@ -66,6 +67,4 @@ run-bc: bn_test.out
66LDADD_$p += ${CRYPTO_INT} 67LDADD_$p += ${CRYPTO_INT}
67.endfor 68.endfor
68 69
69.PHONY: isqrt-print-tables
70
71.include <bsd.regress.mk> 70.include <bsd.regress.mk>