diff options
author | des <des@FreeBSD.org> | 2001-06-11 10:58:07 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-06-11 10:58:07 +0000 |
commit | 17ea3b035a3bb30402e813184ad09b3a7e822e99 (patch) | |
tree | a08271cbec5993818359c5b13fe3e16bdbce838f /sys/conf | |
parent | e0f9072ef7dd5165ae9ce3ad685c791a3038f101 (diff) | |
download | FreeBSD-src-17ea3b035a3bb30402e813184ad09b3a7e822e99.zip FreeBSD-src-17ea3b035a3bb30402e813184ad09b3a7e822e99.tar.gz |
Add a PSEUDOFS option to allow pseudofs to be built statically.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index ed57e0d..58d7ce7 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -126,6 +126,7 @@ NULLFS opt_dontuse.h NWFS opt_dontuse.h PORTALFS opt_dontuse.h PROCFS opt_dontuse.h +PSEUDOFS opt_dontuse.h UMAPFS opt_dontuse.h NTFS opt_dontuse.h HPFS opt_dontuse.h |