mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
080361d6b8
the given providers. Without even one of the configured components there should be no way to get the secret. Supported by: WHEEL Sp. z o.o. http://www.wheel.pl
9 lines
109 B
Makefile
9 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/shsec
|
|
|
|
KMOD= geom_shsec
|
|
SRCS= g_shsec.c
|
|
|
|
.include <bsd.kmod.mk>
|