diff options
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/OLDCARD | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a30eef5..f28cef9 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -30,8 +30,6 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options NO_GEOM - options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index a30eef5..f28cef9 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -30,8 +30,6 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options NO_GEOM - options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD index c094a22..87079c7 100644 --- a/sys/i386/conf/OLDCARD +++ b/sys/i386/conf/OLDCARD @@ -31,8 +31,6 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options NO_GEOM - options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem |