diff options
author | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:14:21 +0000 |
---|---|---|
committer | Thomas Nordin <nordin@cvs.openbsd.org> | 2002-07-06 19:14:21 +0000 |
commit | adb28585e4802d642142e770be7ef276683bb58f (patch) | |
tree | 6016909e7ec82b58a471cd40838fb68a0d275d3d /sys/conf/GENERIC | |
parent | 4f23015d08ae2c991a6560c6d70151190bec00b8 (diff) |
Remove kernel support for NTP. ok deraadt@ and tholo@
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 |