From 5d248bb05f33623d905b8b5a72d90e459d23be96 Mon Sep 17 00:00:00 2001 From: dfr Date: Tue, 30 Jun 2009 19:03:27 +0000 Subject: Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. Approved by: re --- sys/modules/nfsserver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/nfsserver') diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index a85d29c..692179b 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/Makefile @@ -3,8 +3,8 @@ .PATH: ${.CURDIR}/../../nfsserver ${.CURDIR}/../../nfs KMOD= nfsserver SRCS= vnode_if.h \ - nfs_fha.c nfs_serv.c nfs_srvkrpc.c nfs_srvsock.c nfs_srvcache.c \ - nfs_srvsubs.c nfs_syscalls.c nfs_common.c \ + nfs_fha.c nfs_serv.c nfs_srvkrpc.c nfs_srvsubs.c nfs_common.c \ + opt_mac.h \ opt_kgssapi.h \ opt_nfs.h SRCS+= opt_inet6.h -- cgit v1.1