blob: 144419845eff481cc5ff0820feb6ad0c757f8425 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: std.hp300,v 1.1 1997/01/12 15:12:16 downsj Exp $
# $NetBSD: std.hp300,v 1.1 1996/12/17 08:40:58 thorpej Exp $
#
# Options/devices that all hp300s should have
#
machine hp300 m68k
# XXX new config glue, for now
options NEWCONFIG
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
|