std.hp300 revision 1.2
1# $NetBSD: std.hp300,v 1.2 1997/01/30 09:55:45 thorpej Exp $ 2# 3# Options/devices that all hp300s should have 4# 5 6machine hp300 m68k 7 8options SWAPPAGER # swap pager (anonymous and swap space) 9options VNODEPAGER # vnode pager (mapped files) 10options DEVPAGER # device pager (mapped devices) 11 12options EXEC_AOUT # support for exec'ing a.out 13options EXEC_SCRIPT # support for #! scripts 14