diff options
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 5f8fbb8be5f..88a30dddac2 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 1998/05/06 23:04:42 gene Exp $ +# $OpenBSD: GENERIC,v 1.31 1998/05/20 05:07:30 gene Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -7,7 +7,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC -#option NTP # hooks supporting the Network Time Protocol +option NTP # hooks supporting the Network Time Protocol option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices |