Remove a couple of harmless stray references to nandfs.
Submitted by: tsoome@
This commit is contained in:
parent
0e2464ea18
commit
7a3e3a2859
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user