2023-07-06 21:55:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.52 2023/07/02 17:21:32 beck Exp $
|
2023-04-30 01:15:27 +00:00
|
|
|
|
|
|
|
SUBDIR += api
|
|
|
|
SUBDIR += asn1
|
|
|
|
SUBDIR += buffer
|
|
|
|
SUBDIR += bytestring
|
|
|
|
SUBDIR += ciphers
|
2023-07-06 21:55:14 +00:00
|
|
|
#SUBDIR += client
|
2023-04-30 01:15:27 +00:00
|
|
|
SUBDIR += dtls
|
|
|
|
SUBDIR += exporter
|
|
|
|
SUBDIR += handshake
|
|
|
|
SUBDIR += pqueue
|
|
|
|
SUBDIR += quic
|
|
|
|
SUBDIR += record
|
|
|
|
SUBDIR += record_layer
|
2023-07-06 21:55:14 +00:00
|
|
|
#SUBDIR += server
|
2023-04-30 01:15:27 +00:00
|
|
|
SUBDIR += ssl
|
|
|
|
SUBDIR += tls
|
|
|
|
SUBDIR += tlsext
|
|
|
|
SUBDIR += tlslegacy
|
|
|
|
SUBDIR += key_schedule
|
|
|
|
SUBDIR += unit
|
|
|
|
SUBDIR += verify
|
|
|
|
|
|
|
|
# Things that take a long time should go below here.
|
|
|
|
SUBDIR += openssl-ruby
|
|
|
|
SUBDIR += rust-openssl
|
|
|
|
SUBDIR += tlsfuzzer
|
|
|
|
SUBDIR += interop
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|