d8ca56cb98
WARNS=6 causes "warning: cast increases required alignment of target type" on arm, ia64, mips, and sparc64.
19 lines
328 B
Makefile
19 lines
328 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
|
|
|
|
DPADD= ${LIBMD} ${LIBCRYPTO}
|
|
LDADD= -lmd -lcrypto
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../../../sys
|
|
|
|
.include <bsd.lib.mk>
|