mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2
|
|
|
|
CLASS= eli
|
|
SRCS= g_eli_crypto.c
|
|
SRCS+= g_eli_key.c
|
|
SRCS+= pkcs5v2.c
|
|
SRCS+= sha2.c
|
|
|
|
DPADD= ${LIBMD} ${LIBCRYPTO}
|
|
LDADD= -lmd -lcrypto
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|