From cfa2e4dfa3cc65e780293cfec582e1e8a878e59f Mon Sep 17 00:00:00 2001 From: minoura Date: Tue, 8 Sep 1998 15:43:27 +0000 Subject: [PATCH] Activated options *_PAGER. That was a careless mistake. --- sys/arch/x68k/conf/std.x68k | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/x68k/conf/std.x68k b/sys/arch/x68k/conf/std.x68k index 7de87537dc04..b76c93f3a332 100644 --- a/sys/arch/x68k/conf/std.x68k +++ b/sys/arch/x68k/conf/std.x68k @@ -1,4 +1,4 @@ -# $NetBSD: std.x68k,v 1.4 1998/09/07 14:24:08 minoura Exp $ +# $NetBSD: std.x68k,v 1.5 1998/09/08 15:43:27 minoura Exp $ # @@ -7,9 +7,9 @@ machine x68k m68k # Machine architecture; required by config(8) -#options SWAPPAGER # swap and anonymous memory -#options VNODEPAGER # mapped files -#options DEVPAGER # mapped devices +options SWAPPAGER # swap and anonymous memory +options VNODEPAGER # mapped files +options DEVPAGER # mapped devices options EXEC_AOUT # execve(2) support for a.out binaries options EXEC_SCRIPT # execve(2) support for scripts