summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib/libopencrypto/Makefile
blob: dc9cb8416fbe1029ce2212b4ef5011c90366b83d (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
#	$NetBSD: Makefile,v 1.10 2016/01/26 23:12:15 pooka Exp $
#

.PATH:	${.CURDIR}/../../../../opencrypto

LIB=	rumpdev_opencrypto
COMMENT=OpenCrypto, incl. /dev/crypto

IOCONF=	OPENCRYPTO.ioconf
SRCS=	opencrypto_component.c

# Sources for crypto framework

SRCS+=	criov.c
SRCS+=	crypto.c
SRCS+=	xform.c

# Sources for crypto device, for userland access

SRCS+=	cryptodev.c
SRCS+=	ocryptodev.c

# Sources for swcrypto device to access opencrypto software algorithms
# (Other algorithms are in rumpkern_crypto)

SRCS+=	aesxcbcmac.c
SRCS+=	cryptosoft.c
SRCS+=	deflate.c
SRCS+=	gmac.c

.include <bsd.lib.mk>
.include <bsd.klinks.mk>