summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-06-21 22:29:56 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-06-21 22:29:56 +0000
commit5efe7cddbff373d592dcc81b85f87c4283db570f (patch)
treeec81c42d5620cd2a667512affeb90d56f08a39c1 /sys/arch
parentf72e2c90b52eb9696dc661ecd15a42ab1eacc7b3 (diff)
Kirk announced that soft updates are free today
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index ea12fb8e406..e44a6beeb27 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.190 2000/06/19 08:37:00 fgsch Exp $
+# $OpenBSD: GENERIC,v 1.191 2000/06/21 22:29:55 niklas Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -23,6 +23,8 @@ option APERTURE # in-kernel aperture driver for XFree86
#option DUMMY_NOPS # speed hack; recommended
+option FFS_SOFTUPDATES # Soft updates
+
option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_IBCS2 # binary compatibility with SCO and ISC
option COMPAT_LINUX # binary compatibility with Linux