xref: /openbsd/regress/lib/libssl/Makefile (revision 5af055cd)
1#	$OpenBSD: Makefile,v 1.23 2015/09/01 17:02:17 jsing Exp $
2
3SUBDIR= \
4	asn1 \
5	bytestring \
6	ciphers \
7	client \
8	ssl \
9	unit
10
11install:
12
13.include <bsd.subdir.mk>
14