diff options
author | dfr <dfr@FreeBSD.org> | 1999-05-09 11:42:19 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1999-05-09 11:42:19 +0000 |
commit | 7d04d621267e45d230142f9f342d01744819ec08 (patch) | |
tree | 8733ab621cb9bc348b8d3c48fb66b1c6ec11be58 | |
parent | d04db090212fbb1e537b66a4836ea87273899655 (diff) | |
download | FreeBSD-src-7d04d621267e45d230142f9f342d01744819ec08.zip FreeBSD-src-7d04d621267e45d230142f9f342d01744819ec08.tar.gz |
Remove DDB.
-rw-r--r-- | sys/alpha/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 15f2551..e599114 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.19 1999/04/08 17:42:48 wpaul Exp $ +# $Id: GENERIC,v 1.20 1999/04/19 08:56:38 dfr Exp $ machine "alpha" cpu "EV4" @@ -135,6 +135,3 @@ options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM - -options DDB -#options DB_ELF_SYMBOLS diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 15f2551..e599114 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.19 1999/04/08 17:42:48 wpaul Exp $ +# $Id: GENERIC,v 1.20 1999/04/19 08:56:38 dfr Exp $ machine "alpha" cpu "EV4" @@ -135,6 +135,3 @@ options KTRACE #kernel tracing # This provides support for System V shared memory. # options SYSVSHM - -options DDB -#options DB_ELF_SYMBOLS |