summaryrefslogtreecommitdiffstats
path: root/sys/modules/crypto/Makefile
blob: 37541b06db10ec3e5f2a196d840c42e9637f0503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.PATH:	${.CURDIR}/../../opencrypto
.PATH:	${.CURDIR}/../../crypto
.PATH:	${.CURDIR}/../../crypto/blowfish
.PATH:	${.CURDIR}/../../crypto/des
.PATH:	${.CURDIR}/../../crypto/sha2
.PATH:	${.CURDIR}/../../net

KMOD	= crypto
SRCS	= crypto.c
SRCS	+= criov.c crmbuf.c cryptosoft.c xform.c
SRCS	+= cast.c deflate.c rmd160.c rijndael.c skipjack.c
SRCS	+= bf_enc.c bf_skey.c
SRCS	+= des_ecb.c des_enc.c des_setkey.c
SRCS	+= sha1.c sha2.c
SRCS	+= zlib.c
SRCS	+= opt_param.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud