blob: c4133e32e56800d993c8ec9f5c62f00760a68dd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.31 2018/11/10 08:10:31 beck Exp $
SUBDIR += asn1
SUBDIR += bytestring
SUBDIR += ciphers
SUBDIR += client
SUBDIR += pqueue
SUBDIR += server
SUBDIR += ssl
SUBDIR += tlsext
SUBDIR += key_schedule
SUBDIR += unit
# Things that take a long time shoud go below here.
SUBDIR += interop
install:
.include <bsd.subdir.mk>
|