summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/Makefile
blob: 0cc3e156a301fad803c77679774c9e0940be699b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.26 2017/07/16 18:18:10 jsing Exp $

SUBDIR= \
	asn1 \
	bytestring \
	ciphers \
	client \
	pqueue \
	server \
	ssl \
	tlsext \
	unit

install:

.include <bsd.subdir.mk>