blob: 8dc92d433a04e86d9549fdc95a504dcb3c0cc012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $OpenBSD: Makefile,v 1.36 2020/01/25 05:24:49 jsing Exp $
SUBDIR += asn1
SUBDIR += buffer
SUBDIR += bytestring
SUBDIR += ciphers
#SUBDIR += client
SUBDIR += handshake
SUBDIR += pqueue
SUBDIR += record
SUBDIR += server
SUBDIR += ssl
SUBDIR += tlsext
SUBDIR += key_schedule
SUBDIR += unit
# Things that take a long time should go below here.
SUBDIR += interop
install:
.include <bsd.subdir.mk>
|