summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfscl
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2009-05-28 19:45:11 +0000
committerrmacklem <rmacklem@FreeBSD.org>2009-05-28 19:45:11 +0000
commit805da1fd7b5764f36f508d13579d252e83675cbc (patch)
tree704f92226f47e3058637c34aa0509331020fe431 /sys/modules/nfscl
parent87880e35a7a715866ff77b50f7581b1cb16b8adf (diff)
downloadFreeBSD-src-805da1fd7b5764f36f508d13579d252e83675cbc.zip
FreeBSD-src-805da1fd7b5764f36f508d13579d252e83675cbc.tar.gz
Add the kernel build glue for the experimental NFS subsystem that
includes support for NFSv4. The subsystem can optionally be linked into the kernel using the two options: NFSCL - the client NFSD - the server It is also built as three modules: nfscl - the client nfsd - the server nfscommon - functions shared by the client and server Approved by: kib (mentor)
Diffstat (limited to 'sys/modules/nfscl')
-rw-r--r--sys/modules/nfscl/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/modules/nfscl/Makefile b/sys/modules/nfscl/Makefile
new file mode 100644
index 0000000..66d5d93
--- /dev/null
+++ b/sys/modules/nfscl/Makefile
@@ -0,0 +1,26 @@
+# $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_cllock.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>
OpenPOWER on IntegriCloud