Add new kernel option:
options NTFS
This commit is contained in:
parent
d7a28702a3
commit
7e8dac41cb
@ -384,6 +384,11 @@ msdosfs/msdosfs_fat.c optional msdosfs
|
||||
msdosfs/msdosfs_lookup.c optional msdosfs
|
||||
msdosfs/msdosfs_vfsops.c optional msdosfs
|
||||
msdosfs/msdosfs_vnops.c optional msdosfs
|
||||
ntfs/ntfs_vfsops.c optional ntfs
|
||||
ntfs/ntfs_vnops.c optional ntfs
|
||||
ntfs/ntfs_subr.c optional ntfs
|
||||
ntfs/ntfs_compr.c optional ntfs
|
||||
ntfs/ntfs_ihash.c optional ntfs
|
||||
net/bpf.c optional bpfilter
|
||||
net/bpf_filter.c optional bpfilter
|
||||
net/bridge.c optional bridge
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options,v 1.127 1999/02/14 11:59:58 nsouch Exp $
|
||||
# $Id: options,v 1.128 1999/02/22 18:19:56 des Exp $
|
||||
#
|
||||
# On the handling of kernel options
|
||||
#
|
||||
@ -89,6 +89,7 @@ NULLFS opt_dontuse.h
|
||||
PORTAL opt_dontuse.h
|
||||
PROCFS opt_dontuse.h
|
||||
UMAPFS opt_dontuse.h
|
||||
NTFS opt_dontuse.h
|
||||
|
||||
# These static filesystems has one slightly bogus static dependency in
|
||||
# sys/i386/i386/autoconf.c. If any of these filesystems are
|
||||
|
Loading…
Reference in New Issue
Block a user