From 3ff9e1e339c8850a5fc384829ec28de8a2a4d64c Mon Sep 17 00:00:00 2001 From: anton <> Date: Sat, 9 Aug 2025 18:17:42 +0000 Subject: Add missing make dependency as the oclo binary depends on ocloexec_verify. Take the easy route and ensure all binaries are built before the regress make target. --- src/regress/lib/libc/illumos/oclo/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/regress/lib/libc/illumos/oclo/Makefile b/src/regress/lib/libc/illumos/oclo/Makefile index c2c24202c3..284e49dc73 100644 --- a/src/regress/lib/libc/illumos/oclo/Makefile +++ b/src/regress/lib/libc/illumos/oclo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2025/08/02 06:16:34 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $ .if exists(/usr/local/share/illumos-os-tests) @@ -10,6 +10,8 @@ LDADD_ocloexec_verify = -lkvm WARNINGS = yes +regress: ${PROGS} + .PATH: /usr/local/share/illumos-os-tests/tests/oclo .endif -- cgit v1.2.3-55-g6feb