Use std.mvme68k, which contains non-optional "options" (a'la other ports).

This commit is contained in:
thorpej 1997-03-18 21:41:49 +00:00
parent 03ecf5dce7
commit 98730721d9
2 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# $NetBSD: VME147,v 1.13 1997/01/31 01:52:38 thorpej Exp $
# $NetBSD: VME147,v 1.14 1997/03/18 21:41:49 thorpej Exp $
include "arch/mvme68k/conf/std.mvme68k"
machine mvme68k m68k
@ -14,7 +16,6 @@ options DIAGNOSTIC, DEBUG
#options SYSVSHM
options KTRACE
options COMPAT_43
options DEVPAGER, SWAPPAGER, VNODEPAGER
file-system FFS
file-system NFS
@ -32,7 +33,6 @@ options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
#options TPIP
#options EON
options EXEC_AOUT,EXEC_SCRIPT
options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12
options COMPAT_SUNOS
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries

View File

@ -0,0 +1,13 @@
# $NetBSD: std.mvme68k,v 1.1 1997/03/18 21:41:50 thorpej Exp $
#
# Options/devices that all mvme68ks should have
#
machine mvme68k m68k
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options EXEC_AOUT # support for exec'ing a.out
options EXEC_SCRIPT # support for #! scripts