blob: e1e9633d376e3644481778f3c6b0da4ce7971407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $OpenBSD: Makefile,v 1.23 2025/07/25 16:33:15 tb Exp $
SUBDIR = libressl openssl35
# the above binaries must have been built before we can continue
SUBDIR += netcat
SUBDIR += session
SUBDIR += botan
# What is below takes a long time.
# setting REGRESS_SKIP_SLOW to "yes" in mk.conf
# will skip the tests that do not test libressl
# but do things like test openssl 3.x to openssl 3.y
SUBDIR += version
SUBDIR += cipher
# This takes a really long time.
SUBDIR += cert
.include <bsd.subdir.mk>
|