diff options
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7db8cd8..a4caf6e9 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $ +# $Id: LINT,v 1.233 1996/01/09 23:14:57 ats Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -232,6 +232,7 @@ options NFS #Network File System # The rest are optional: options NQNFS #Enable NQNFS lease checking +# options NFS_NOSERVER #Disable the NFS-server code. options "CD9660" #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7db8cd8..a4caf6e9 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.232 1996/01/05 20:46:42 wollman Exp $ +# $Id: LINT,v 1.233 1996/01/09 23:14:57 ats Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -232,6 +232,7 @@ options NFS #Network File System # The rest are optional: options NQNFS #Enable NQNFS lease checking +# options NFS_NOSERVER #Disable the NFS-server code. options "CD9660" #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem |