std.alpha revision 1.22
1# $NetBSD: std.alpha,v 1.22 2005/09/17 09:44:05 yamt Exp $
2#
3# Standard/required configuration info for NetBSD/alpha.
4
5machine		alpha
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9
10# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
11options 	EXEC_ECOFF	# (native) ECOFF binary support
12options 	EXEC_ELF64	# (native) ELF64 binary support
13options 	EXEC_SCRIPT	# shell script support
14