blob: ccff27278b2151b4574f7949c6d8bbb323531f0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: Makefile,v 1.30 2018/11/09 19:31:50 tb Exp $
SUBDIR += asn1
SUBDIR += bytestring
SUBDIR += ciphers
SUBDIR += client
SUBDIR += interop
SUBDIR += pqueue
SUBDIR += server
SUBDIR += ssl
SUBDIR += tlsext
SUBDIR += key_schedule
SUBDIR += unit
install:
.include <bsd.subdir.mk>
|