diff options
author | peter <peter@FreeBSD.org> | 1999-08-18 11:28:36 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-18 11:28:36 +0000 |
commit | cd9fb3ba33f296f58e5dbc41a9d800ec023acc51 (patch) | |
tree | 4f6303126104ebff4097b0880959969403c13b8f | |
parent | ec31c6c68789b2377c62b15c9b31d2e43f0981a3 (diff) | |
download | FreeBSD-src-cd9fb3ba33f296f58e5dbc41a9d800ec023acc51.zip FreeBSD-src-cd9fb3ba33f296f58e5dbc41a9d800ec023acc51.tar.gz |
The "LINUX" option isn't actually used or referenced anywhere. The stuff
that goes to opt_dontuse.h is so an opt_*.h file doesn't get created even
though an option may be used for bringing stuff in via files[.*].
Pointed out by: bde
-rw-r--r-- | sys/conf/options.i386 | 3 | ||||
-rw-r--r-- | sys/i386/conf/options.i386 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index d3c9fb7..bd3ac0e 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.118 1999/06/22 14:13:36 yokota Exp $ +# $Id: options.i386,v 1.119 1999/08/06 14:01:55 hm Exp $ DISABLE_PSE IDE_DELAY @@ -9,7 +9,6 @@ PMAP_SHPGPERPROC opt_pmap.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h -LINUX opt_dontuse.h DEBUG_LINUX opt_linux.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index d3c9fb7..bd3ac0e 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.118 1999/06/22 14:13:36 yokota Exp $ +# $Id: options.i386,v 1.119 1999/08/06 14:01:55 hm Exp $ DISABLE_PSE IDE_DELAY @@ -9,7 +9,6 @@ PMAP_SHPGPERPROC opt_pmap.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h -LINUX opt_dontuse.h DEBUG_LINUX opt_linux.h |