diff options
author | joe <joe@FreeBSD.org> | 2003-02-01 18:45:18 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2003-02-01 18:45:18 +0000 |
commit | 457d0996692ecd44a8b604b14a6c8eab9642bb5f (patch) | |
tree | 61693f91cd480f121e0c3570b5749cabb331a08b | |
parent | 92c33e449a483dd514d7b9f76605b17b17bb6487 (diff) | |
download | FreeBSD-src-457d0996692ecd44a8b604b14a6c8eab9642bb5f.zip FreeBSD-src-457d0996692ecd44a8b604b14a6c8eab9642bb5f.tar.gz |
Put replace spaces with tabs in keeping with the rest of the file.
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/ia64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/powerpc/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/sparc64/conf/GENERIC | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index c6aaaa6..ebce8d0 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -30,7 +30,7 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler 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 c6aaaa6..ebce8d0 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -30,7 +30,7 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index dc96c10..4fa14dd 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -30,7 +30,7 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 7e88fb7..ce0ebd9 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -33,7 +33,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options PC98 #PC98 options MATH_EMULATE #Support for x87 emulation -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index f0cd5bc..464113d 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -33,7 +33,7 @@ makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now options POWERMAC #NewWorld Apple PowerMacs options PSIM #GDB PSIM ppc simulator -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 511bd12..4e65b75 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -33,7 +33,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols # Platforms supported # At this time all platforms are supported, as-is. -options SCHED_4BSD #4BSD scheduler +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem |