mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
module that can be used by both the regular and experimental nfs clients. This fixes the problem reported by jh@ where /dev/nfslock would be registered twice when both nfs clients were used. I also defined the size of the lm_fh field to be the correct value, as it should be the maximum size of an NFSv3 file handle. Reviewed by: jh MFC after: 2 weeks
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../nfs
|
|
KMOD= nfslock
|
|
SRCS= vnode_if.h \
|
|
nfs_lock.c \
|
|
opt_nfs.h
|
|
|
|
.include <bsd.kmod.mk>
|