diff options
Diffstat (limited to 'sys/arch/mac68k/conf/TIGER')
-rw-r--r-- | sys/arch/mac68k/conf/TIGER | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/mac68k/conf/TIGER b/sys/arch/mac68k/conf/TIGER index b152f50e7e3..d229eeb44e6 100644 --- a/sys/arch/mac68k/conf/TIGER +++ b/sys/arch/mac68k/conf/TIGER @@ -1,10 +1,9 @@ -# $OpenBSD: TIGER,v 1.9 1997/06/23 02:26:38 gene Exp $ +# $OpenBSD: TIGER,v 1.10 1997/06/23 02:56:31 gene Exp $ # $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $ # # Allen's Q700 -include "arch/mac68k/conf/std.mac68k" - +machine mac68k m68k maxusers 16 makeoptions COPTS="-O2 -m68040" @@ -12,6 +11,8 @@ makeoptions COPTS="-O2 -m68040" # Standard system option option DIAGNOSTIC # DEBUG for extra kernel debugging option KTRACE # system call tracing support +option DEVPAGER +option SWAPPAGER # Filesystem option option FIFO # POSIX fifo support (in all filesystems) |