Makefile revision 1.27
1#	$OpenBSD: Makefile,v 1.27 2018/11/07 01:20:20 bluhm Exp $
2
3SUBDIR= \
4	asn1 \
5	bytestring \
6	ciphers \
7	client \
8	interop \
9	pqueue \
10	server \
11	ssl \
12	tlsext \
13	unit
14
15install:
16
17.include <bsd.subdir.mk>
18