From bf9f3f60c367ef4bb9d0878afdb7676b4e33fd3d Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 17 Dec 2022 22:31:10 +0000 Subject: [PATCH] Move benchmark target up a bit and mark it phony --- regress/lib/libcrypto/bn/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/regress/lib/libcrypto/bn/Makefile b/regress/lib/libcrypto/bn/Makefile index 8a51a2ccad3..6e89e026b25 100644 --- a/regress/lib/libcrypto/bn/Makefile +++ b/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 -- 2.20.1