Actually include all of the EFS source in the lkm.

From Nicolas Joly.
This commit is contained in:
rumble 2007-09-13 21:46:54 +00:00
parent ea0fc2f827
commit aff14ee9c8

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2007/06/29 23:30:31 rumble Exp $
# $NetBSD: Makefile,v 1.2 2007/09/13 21:46:54 rumble Exp $
.include "../Makefile.inc"
@ -7,6 +7,6 @@
KMOD= efs
SRCS= lkminit_vfs.c
SRCS+= efs_subr.c efs_vfsops.c efs_vnops.c
SRCS+= efs_genfs.c efs_ihash.c efs_subr.c efs_vfsops.c efs_vnops.c
.include <bsd.kmod.mk>