blob: aa9c3adf56116841fef3fd9bbc8f4c2c0f055a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $OpenBSD: Makefile,v 1.13 2020/09/21 15:13:24 beck Exp $
SUBDIR = libressl openssl openssl11
# 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 to openssl11
SUBDIR += version
SUBDIR += cipher
# This takes a really long time.
SUBDIR += cert
.include <bsd.subdir.mk>
|