diff options
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 | ||