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