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