summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/illumos/oclo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/illumos/oclo/Makefile')
-rw-r--r--src/regress/lib/libc/illumos/oclo/Makefile18
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
5PROGS = oclo
6PROGS += oclo_errors
7PROGS += ocloexec_verify
8
9LDADD_ocloexec_verify = -lkvm
10
11WARNINGS = yes
12
13regress: ${PROGS}
14
15.PATH: /usr/local/share/illumos-os-tests/tests/oclo
16.endif
17
18.include <bsd.regress.mk>