Add the FILECORE filesystem so it gets test compiled.
This commit is contained in:
parent
2c0dfb6c62
commit
de11d360a1
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: ALL,v 1.111 2007/07/14 16:16:17 kiyohara Exp $
|
# $NetBSD: ALL,v 1.112 2007/07/15 19:36:53 dsl Exp $
|
||||||
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
|
||||||
#
|
#
|
||||||
# ALL machine description file
|
# ALL machine description file
|
||||||
|
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
|
||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "ALL-$Revision: 1.111 $"
|
#ident "ALL-$Revision: 1.112 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
|
@ -180,6 +180,7 @@ file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
||||||
file-system PUFFS # experimental - Userspace file system support
|
file-system PUFFS # experimental - Userspace file system support
|
||||||
file-system HFS # experimental - Apple HFS+ file system
|
file-system HFS # experimental - Apple HFS+ file system
|
||||||
file-system EFS # Silicon Graphics Extent File System
|
file-system EFS # Silicon Graphics Extent File System
|
||||||
|
file-system FILECORE
|
||||||
|
|
||||||
# File system options
|
# File system options
|
||||||
options QUOTA # UFS quotas
|
options QUOTA # UFS quotas
|
||||||
|
|
Loading…
Reference in New Issue