freebsd-dev/sbin/geom/class/eli/Makefile
Pawel Jakub Dawidek 0ee6653d31 - Reduce WARNS level to 3, so it will be compilabe on alpha.
- Don't link libmd, it is not needed.
- Connect manual page to the build.

MFC after:	1 week
2005-07-27 23:56:01 +00:00

19 lines
309 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= ${LIBCRYPTO}
LDADD= -lcrypto
WARNS?= 3
CFLAGS+=-I${.CURDIR}/../../../../sys
.include <bsd.lib.mk>