From 805da1fd7b5764f36f508d13579d252e83675cbc Mon Sep 17 00:00:00 2001 From: rmacklem Date: Thu, 28 May 2009 19:45:11 +0000 Subject: 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) --- sys/conf/options | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/conf/options') diff --git a/sys/conf/options b/sys/conf/options index cc06bd7..298c170 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -232,6 +232,13 @@ NFSSERVER opt_nfs.h # supports modern features such as RPCSEC_GSS NFS_LEGACYRPC opt_nfs.h +# Use these options to compile the experimental nfs client and/or +# server that supports NFSv4 into a kernel. +# NFSCL - client +# NFSD - server +NFSCL opt_nfs.h +NFSD opt_nfs.h + # filesystems and libiconv bridge CD9660_ICONV opt_dontuse.h MSDOSFS_ICONV opt_dontuse.h -- cgit v1.1