summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-04-18 08:33:52 +0000
committeralfred <alfred@FreeBSD.org>2001-04-18 08:33:52 +0000
commit6d135b3afa9e20d4bab37fca943becfd09e77cb1 (patch)
tree5c60b3e4e2e2f3765a0e04056115570416d98f80 /sys/modules/nfsclient
parent03fd77f5a8458c998a96e130a8633ee59b44cbde (diff)
downloadFreeBSD-src-6d135b3afa9e20d4bab37fca943becfd09e77cb1.zip
FreeBSD-src-6d135b3afa9e20d4bab37fca943becfd09e77cb1.tar.gz
NFS module now requires nfs_lock.c
Diffstat (limited to 'sys/modules/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 33d8e21..05ab424 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -4,7 +4,7 @@
KMOD= nfs
SRCS= vnode_if.h \
- nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
+ nfs_bio.c nfs_lock.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \
nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
OpenPOWER on IntegriCloud