blob: 284e49dc73512c0110e1afc6f8ffc99d703c9853 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.2 2025/08/09 18:17:42 anton Exp $
.if exists(/usr/local/share/illumos-os-tests)
PROGS = oclo
PROGS += oclo_errors
PROGS += ocloexec_verify
LDADD_ocloexec_verify = -lkvm
WARNINGS = yes
regress: ${PROGS}
.PATH: /usr/local/share/illumos-os-tests/tests/oclo
.endif
.include <bsd.regress.mk>
|