From c10b1697217091aab1c6c1c833aab3b75d98f8f9 Mon Sep 17 00:00:00 2001 From: anton Date: Tue, 4 Jul 2023 19:01:46 +0000 Subject: [PATCH] favor hw.ncpuonline; ok bluhm@ --- regress/gnu/usr.bin/perl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/gnu/usr.bin/perl/Makefile b/regress/gnu/usr.bin/perl/Makefile index 35e15b06a5d..018637f845c 100644 --- a/regress/gnu/usr.bin/perl/Makefile +++ b/regress/gnu/usr.bin/perl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2023/07/04 11:27:13 bluhm Exp $ +# $OpenBSD: Makefile,v 1.2 2023/07/04 19:01:46 anton Exp $ .if ! (make(clean) || make(cleandir) || make(obj)) -NCPU != /sbin/sysctl -n hw.ncpu +NCPU != /sbin/sysctl -n hw.ncpuonline .endif REGRESS_TARGETS += build -- 2.20.1