f92bbff248
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
26 lines
393 B
Makefile
26 lines
393 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/nfsclient
|
|
KMOD= nfscl
|
|
SRCS= vnode_if.h \
|
|
nfs_clrpcops.c \
|
|
nfs_clkrpc.c \
|
|
nfs_clstate.c \
|
|
nfs_clcomsubs.c \
|
|
nfs_clport.c \
|
|
nfs_clbio.c \
|
|
nfs_clnfsiod.c \
|
|
nfs_clnode.c \
|
|
nfs_clsubs.c \
|
|
nfs_clvfsops.c \
|
|
nfs_clvnops.c \
|
|
opt_inet.h \
|
|
opt_inet6.h \
|
|
opt_bootp.h \
|
|
opt_nfsroot.h \
|
|
opt_nfs.h \
|
|
opt_ufs.h \
|
|
opt_kgssapi.h
|
|
|
|
.include <bsd.kmod.mk>
|