summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-02-11 12:45:01 +0000
committerpjd <pjd@FreeBSD.org>2006-02-11 12:45:01 +0000
commitf9926daa991d642b6d76923afa06dabe1a4b0b74 (patch)
tree1c03e3279e8285e39cb738052e236551c2ce0929 /sys/modules
parent79081baaf0634d209ef24667ca3e00c0ad2abd5a (diff)
downloadFreeBSD-src-f9926daa991d642b6d76923afa06dabe1a4b0b74.zip
FreeBSD-src-f9926daa991d642b6d76923afa06dabe1a4b0b74.tar.gz
Check rootvnode variable to see if we still want to ask for passphrase on
boot. Other methods just don't work properly. MFC after: 3 days
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/geom/geom_eli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/geom/geom_eli/Makefile b/sys/modules/geom/geom_eli/Makefile
index 20db77d..e94fb88 100644
--- a/sys/modules/geom/geom_eli/Makefile
+++ b/sys/modules/geom/geom_eli/Makefile
@@ -3,7 +3,7 @@
.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
+SRCS= g_eli.c g_eli_crypto.c g_eli_ctl.c g_eli_key.c pkcs5v2.c vnode_if.h
WARNS?= 2
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud