summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-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