std.pmax revision 1.8
1#	$NetBSD: std.pmax,v 1.8 1998/07/26 09:47:22 simonb Exp $
2# standard, required pmax info
3
4machine pmax mips
5
6# Non-optional options
7options 	SWAPPAGER	# paging
8options 	VNODEPAGER	# mmap() of files
9options 	DEVPAGER	# mmap() of devices
10
11# Standard exec-package options
12options 	EXEC_ELF32	# 32-bit ELF support (native format)
13options 	EXEC_SCRIPT	# exec of #! scripts
14