summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsserver
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-02-16 20:00:21 +0000
committermarius <marius@FreeBSD.org>2010-02-16 20:00:21 +0000
commite51e443f9c10ecdd3c53d6065cdc8b426c492b07 (patch)
tree798a6052d509cf8b960f4f98ceac2a9fba8e21cd /sys/modules/nfsserver
parentceb3f1544b3b73558308c9fdef1209622a768696 (diff)
downloadFreeBSD-src-e51e443f9c10ecdd3c53d6065cdc8b426c492b07.zip
FreeBSD-src-e51e443f9c10ecdd3c53d6065cdc8b426c492b07.tar.gz
Factor out the code shared between NFS client and server into its own
module. With r203732 it became apparent that creating the sysctl nodes twice causes at least a warning, however the whole code shouldn't be present twice in the first place. Discussed with: rmacklem
Diffstat (limited to 'sys/modules/nfsserver')
-rw-r--r--sys/modules/nfsserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index 692179b..58ab2bc 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../nfsserver ${.CURDIR}/../../nfs
+.PATH: ${.CURDIR}/../../nfsserver
KMOD= nfsserver
SRCS= vnode_if.h \
- nfs_fha.c nfs_serv.c nfs_srvkrpc.c nfs_srvsubs.c nfs_common.c \
+ nfs_fha.c nfs_serv.c nfs_srvkrpc.c nfs_srvsubs.c \
opt_mac.h \
opt_kgssapi.h \
opt_nfs.h
OpenPOWER on IntegriCloud