1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Remove a couple of harmless stray references to nandfs.

Submitted by: tsoome@
This commit is contained in:
Warner Losh 2019-06-25 16:39:25 +00:00
parent 0e2464ea18
commit 7a3e3a2859
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349374
6 changed files with 0 additions and 7 deletions

View File

@ -20,7 +20,6 @@ options GEOM_PART_BSD # BSD partition scheme
options GEOM_PART_MBR # MBR partition scheme
options TMPFS # Efficient memory filesystem
options FFS # Berkeley Fast Filesystem
options NANDFS # NAND Filesystem
options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL

View File

@ -17,7 +17,6 @@ options INET # InterNETworking
options INET6 # IPv6 communications protocols
options TCP_HHOOK # hhook(9) framework for TCP
options FFS # Berkeley Fast Filesystem
options NANDFS # NAND Filesystem
options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL

View File

@ -19,7 +19,6 @@ options INET # InterNETworking
options INET6 # IPv6 communications protocols
options TCP_HHOOK # hhook(9) framework for TCP
options FFS # Berkeley Fast Filesystem
options NANDFS # NAND Filesystem
options NFSCL # Network Filesystem Client
options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as /, requires NFSCL

View File

@ -26,7 +26,6 @@ makeoptions WERROR="-Werror"
options SCHED_4BSD # 4BSD scheduler
options PLATFORM # Platform based SoC
#options NANDFS # NAND Filesystem
#options SMP # Enable multiple cores
# NFS root from boopt/dhcp

View File

@ -256,7 +256,6 @@ FDESCFS opt_dontuse.h
FFS opt_dontuse.h
FUSEFS opt_dontuse.h
MSDOSFS opt_dontuse.h
NANDFS opt_dontuse.h
NULLFS opt_dontuse.h
PROCFS opt_dontuse.h
PSEUDOFS opt_dontuse.h

View File

@ -28,7 +28,6 @@ COMM= ${SYS}/sys/vnode.h \
${SYS}/fs/fifofs/*.[ch] \
${SYS}/fs/fuse/*.[ch] \
${SYS}/fs/msdosfs/*.[ch] \
${SYS}/fs/nandfs/*.[ch] \
${SYS}/fs/nfs/*.[ch] \
${SYS}/fs/nfsclient/*.[ch] \
${SYS}/fs/nfsserver/*.[ch] \
@ -82,7 +81,6 @@ COMMDIR2= ${SYS}/dev/alc \
${SYS}/fs/fifofs \
${SYS}/fs/fuse \
${SYS}/fs/msdosfs \
${SYS}/fs/nandfs \
${SYS}/fs/nfs \
${SYS}/fs/nfsclient \
${SYS}/fs/nfsserver \