std.vax revision 1.5
1#	$NetBSD: std.vax,v 1.5 1997/01/12 12:38:58 ragge Exp $
2#
3# Std vaxfiles
4#
5machine	vax
6
7options		SWAPPAGER	# swap and anonymous memory
8options		VNODEPAGER	# mapped files
9options		DEVPAGER	# mapped devices
10
11options		EXEC_AOUT	# execve(2) support for a.out binaries
12options		EXEC_SCRIPT	# execve(2) support for scripts
13