summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
blob: 2544184d09ccbcce7eb6634d74c430836133a29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.28 2018/11/07 21:42:10 beck Exp $

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

install:

.include <bsd.subdir.mk>