summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
blob: df9e45f96a856de181b344726833f63bb05fadec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#	$OpenBSD: Makefile,v 1.4 2014/04/22 21:27:13 miod Exp $

SUBDIR= \
	aeswrap \
	bf \
	bn \
	cast \
	des \
	dh \
	dsa \
	ec \
	ecdh \
	ecdsa \
	engine \
	evp \
	exp \
	gcm128 \
	hmac \
	idea \
	ige \
	md4 \
	md5 \
	mdc2 \
	rand \
	rc2 \
	rc4 \
	rmd \
	sha \
	sha1

install:

.include <bsd.subdir.mk>