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