14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
# $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
|