From d5fbcf217f0f966ca4da945aa33be4bc3b4b5649 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 17 Dec 2022 22:31:10 +0000 Subject: Move benchmark target up a bit and mark it phony --- src/regress/lib/libcrypto/bn/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 8a51a2ccad..6e89e026b2 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2022/12/17 17:18:46 jsing Exp $ +# $OpenBSD: Makefile,v 1.18 2022/12/17 22:31:10 tb Exp $ PROGS += bn_add_sub PROGS += bn_cmp @@ -60,11 +60,12 @@ run-bc: bn_test.out CLEANFILES += bn_test.out bc.out +benchmark: bn_shift + ./bn_shift --benchmark +.PHONY: benchmark + .for p in ${STATIC_LINK} LDADD_$p += ${CRYPTO_INT} .endfor -benchmark: bn_shift - ./bn_shift --benchmark - .include -- cgit v1.2.3-55-g6feb