13eb765f2d
Reduce overlinking
18 lines
296 B
Makefile
18 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2
|
|
|
|
GEOM_CLASS= eli
|
|
SRCS= g_eli_crypto.c
|
|
SRCS+= g_eli_key.c
|
|
SRCS+= pkcs5v2.c
|
|
SRCS+= sha2.c
|
|
|
|
LIBADD= md crypto
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|