Revert previous commit. It was an accident.

This commit is contained in:
skrll 2013-12-23 13:08:00 +00:00
parent 12eade2235
commit c6f4b22b79
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.355 2013/12/18 12:43:59 skrll Exp $
# $NetBSD: GENERIC,v 1.356 2013/12/23 13:08:00 skrll Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.355 $"
ident "GENERIC-$Revision: 1.356 $"
maxusers 32
@ -59,7 +59,7 @@ options NTP # kernel PLL for NTP
#options KMEMSTATS # Collect kmem usage statistics
options DDB # kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
makeoptions DEBUG="-g"
#makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
#options KGDB # Remote kernel GDB support