std.sparc revision 1.15
1#	$NetBSD: std.sparc,v 1.15 1999/03/24 06:06:11 mrg Exp $
2
3#
4# Mandatory NetBSD/sparc kernel options.
5#
6
7machine		sparc		# Machine architecture; required by config(8)
8
9#options 	PMAP_NEW	# new pmap(9) interfaces
10
11options 	EXEC_AOUT	# execve(2) support for a.out binaries
12options 	EXEC_SCRIPT	# execve(2) support for scripts
13