diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 23:53:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 23:53:07 +0000 |
commit | 23d4f278851c08558793d8ee7fa8c00aa74fe942 (patch) | |
tree | fb2d5023bcca295c0bcdd259d3438dae80a28a6e /sys | |
parent | 058b153fe63ffaee484176b53221cbc514ff3ff3 (diff) |
geez, DEBUG is two things...
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index b9ba8d2d754..d084e0995b9 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 1997/08/01 11:26:58 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.22 1997/08/01 23:53:06 deraadt Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -17,7 +17,7 @@ option DEVPAGER # device pager (mapped devices) option DIAGNOSTIC # extra kernel debugging checks option KTRACE # system call tracing support -#option DEBUG # extra kernel debugging support +option DEBUG # extra kernel debugging support option COMPAT_43 # compatibility with 4.3BSD binaries # System V options |