diff options
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 |