c58794debd
For features list and usage see manual page: geli(8). Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 1 week
10 lines
162 B
Makefile
10 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/eli
|
|
|
|
KMOD= geom_eli
|
|
SRCS= g_eli.c g_eli_crypto.c g_eli_ctl.c g_eli_key.c pkcs5v2.c
|
|
WARNS?= 2
|
|
|
|
.include <bsd.kmod.mk>
|