diff options
author | gene <gene@cvs.openbsd.org> | 1998-04-25 04:32:04 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-04-25 04:32:04 +0000 |
commit | 538d6bef7dd7cb275730dcd7183b13e67ae7a35b (patch) | |
tree | b75369799c484739250ac8b1cb6359865a0b39c0 /sys/conf/GENERIC | |
parent | 701bec540e909934a46a180c85cb74a038839284 (diff) |
Add option NTP to the standard set of things built into the kernel.
Adds minimal bloat vs. functionallity.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r-- | sys/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index fb1b017f87e..ff695784544 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.27 1998/02/15 00:38:20 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.28 1998/04/25 04:32:03 gene Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -7,6 +7,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC +option NTP # hooks supporint the Network Time Protocol option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices |