summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2000-05-23 23:09:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2000-05-23 23:09:30 +0000
commitde58cd4f435b83c6260d3edfaae7d24632b72a98 (patch)
tree5a3388604878a8a3df4a89a65bfd5e9bdd357e10 /sys
parent572ff576a17c618a1a3df7b8418e21e04041c06c (diff)
KGDB is broken since a few decades, don't use
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sun3/conf/DISKLESS8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS
index 6141c0b4387..06fb8b0184c 100644
--- a/sys/arch/sun3/conf/DISKLESS
+++ b/sys/arch/sun3/conf/DISKLESS
@@ -1,4 +1,4 @@
-# $OpenBSD: DISKLESS,v 1.13 2000/04/30 15:27:57 miod Exp $
+# $OpenBSD: DISKLESS,v 1.14 2000/05/23 23:09:29 miod Exp $
# $NetBSD: DISKLESS,v 1.12.4.1 1996/08/19 23:35:03 gwr Exp $
#
@@ -20,10 +20,10 @@ maxusers 4
option KTRACE # system call tracing support
# Debugging options. Uncomment either this:
-#option DDB
+option DDB
# ... or these two: (for KGDB on another machine)
-makeoptions DEBUG="-g" # symbols for kgdb + nm
-option KGDB
+#makeoptions DEBUG="-g" # symbols for kgdb + nm
+#option KGDB
# Filesystem options
option NFSCLIENT # nfs client support