diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 7 |
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 | ||
3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
@@ -26,7 +26,7 @@ CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/bn/ | |||
26 | 26 | ||
27 | .for p in ${PROGS} | 27 | .for p in ${PROGS} |
28 | REGRESS_TARGETS += run-$p | 28 | REGRESS_TARGETS += run-$p |
29 | .PHONY += run-$p | 29 | .PHONY: run-$p |
30 | 30 | ||
31 | run-$p: $p | 31 | run-$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. |
36 | isqrt-print-tables: bn_isqrt | 36 | isqrt-print-tables: bn_isqrt |
37 | @./bn_isqrt -C | 37 | @./bn_isqrt -C |
38 | .PHONY: isqrt-print-tables | ||
38 | 39 | ||
39 | CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt | 40 | CLEANFILES += bn_isqrt_gen_tables.txt.tmp bn_isqrt_gen_tables.txt |
40 | bn_isqrt_gen_tables.txt: bn_isqrt | 41 | bn_isqrt_gen_tables.txt: bn_isqrt |
@@ -66,6 +67,4 @@ run-bc: bn_test.out | |||
66 | LDADD_$p += ${CRYPTO_INT} | 67 | LDADD_$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> |