diff options
author | anton <> | 2025-08-09 18:17:42 +0000 |
---|---|---|
committer | anton <> | 2025-08-09 18:17:42 +0000 |
commit | 3ff9e1e339c8850a5fc384829ec28de8a2a4d64c (patch) | |
tree | e758f171accc47afdf3dd8a234da645fc7ef1229 /src | |
parent | 7f1c71331199c4470a5778b8e97607290e406e88 (diff) | |
download | openbsd-3ff9e1e339c8850a5fc384829ec28de8a2a4d64c.tar.gz openbsd-3ff9e1e339c8850a5fc384829ec28de8a2a4d64c.tar.bz2 openbsd-3ff9e1e339c8850a5fc384829ec28de8a2a4d64c.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/illumos/oclo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2025/08/02 06:16:34 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $ |
2 | 2 | ||
3 | .if exists(/usr/local/share/illumos-os-tests) | 3 | .if exists(/usr/local/share/illumos-os-tests) |
4 | 4 | ||
@@ -10,6 +10,8 @@ LDADD_ocloexec_verify = -lkvm | |||
10 | 10 | ||
11 | WARNINGS = yes | 11 | WARNINGS = yes |
12 | 12 | ||
13 | regress: ${PROGS} | ||
14 | |||
13 | .PATH: /usr/local/share/illumos-os-tests/tests/oclo | 15 | .PATH: /usr/local/share/illumos-os-tests/tests/oclo |
14 | .endif | 16 | .endif |
15 | 17 | ||