diff options
Diffstat (limited to 'src/regress/lib/libc/illumos/oclo/Makefile')
-rw-r--r-- | src/regress/lib/libc/illumos/oclo/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/regress/lib/libc/illumos/oclo/Makefile b/src/regress/lib/libc/illumos/oclo/Makefile new file mode 100644 index 0000000000..284e49dc73 --- /dev/null +++ b/src/regress/lib/libc/illumos/oclo/Makefile | |||
@@ -0,0 +1,18 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $ | ||
2 | |||
3 | .if exists(/usr/local/share/illumos-os-tests) | ||
4 | |||
5 | PROGS = oclo | ||
6 | PROGS += oclo_errors | ||
7 | PROGS += ocloexec_verify | ||
8 | |||
9 | LDADD_ocloexec_verify = -lkvm | ||
10 | |||
11 | WARNINGS = yes | ||
12 | |||
13 | regress: ${PROGS} | ||
14 | |||
15 | .PATH: /usr/local/share/illumos-os-tests/tests/oclo | ||
16 | .endif | ||
17 | |||
18 | .include <bsd.regress.mk> | ||