diff options
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index dc7b344ee44..bb00665f2d0 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,12 +1,10 @@ -# $OpenBSD: GENERIC,v 1.88 2002/05/16 21:28:16 provos Exp $ +# $OpenBSD: GENERIC,v 1.89 2002/07/06 19:14:20 nordin Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel #option INSECURE # default to secure -option NTP # hooks supporting the Network Time Protocol - option DDB # in-kernel debugger #option DDB_SAFE_CONSOLE # allow break into ddb during boot #makeoptions DEBUG="-g" # compile full symbol table |