summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
blob: c752bf042e08584c1363b4fc7948489c34d328d4 (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
#	$OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:15 miod Exp $

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

install:

.include <bsd.subdir.mk>