diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-04-18 08:33:52 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-04-18 08:33:52 +0000 |
| commit | 4e2e455f2e224be722e55a4cb5d5392d2f35769c (patch) | |
| tree | d43492c4bb46d78cce8ec7379696cd26557964ee | |
| parent | 5f95f24bf46dbc00cc0d52d2a39585482ba77f93 (diff) | |
Notes
| -rw-r--r-- | sys/modules/nfs/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/nfsclient/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/nfsserver/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile index 33d8e21d74ab..05ab424fb7a0 100644 --- a/sys/modules/nfs/Makefile +++ b/sys/modules/nfs/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 diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 33d8e21d74ab..05ab424fb7a0 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 diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 33d8e21d74ab..05ab424fb7a0 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/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 |
