From db5839de93726e68b3d30efcd096590bb77ac99a Mon Sep 17 00:00:00 2001 From: Hugh Graham Date: Mon, 9 Apr 2001 19:41:41 +0000 Subject: Add softdep. --- sys/arch/vax/conf/GENERIC | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/vax') diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index ed2c74dba6a..578f40bf583 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2001/04/09 00:53:53 hugh Exp $ +# $OpenBSD: GENERIC,v 1.23 2001/04/09 19:41:40 hugh Exp $ # $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $ machine vax # machine type; required @@ -34,6 +34,8 @@ option SCSIVERBOSE # Verbose SCSI errors option WSEMUL_VT100 option WSDISPLAY_DEFAULTSCREENS=8 +option FFS_SOFTUPDATES # Soft updates + # Old compat stuff; needed to run 4.3BSD Reno programs. # Note that if COMPAT_ULTRIX is set, you lose compatibility with # 4.3BSD Reno programs and get Ultrix compatibility instead. -- cgit v1.2.3