aboutsummaryrefslogtreecommitdiff
path: root/lib/geom/eli/Makefile
blob: a22eacb9d7e8e57ba66b8718e3be52eb3c6b03c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PACKAGE=geom
.PATH: ${SRCTOP}/sys/geom/eli

GEOM_CLASS=	eli
SRCS=	g_eli_crypto.c
SRCS+=	g_eli_hmac.c
SRCS+=	g_eli_key.c
SRCS+=	pkcs5v2.c

LIBADD=	md crypto

CFLAGS+=-I${SRCTOP}/sys

.include <bsd.lib.mk>