std.alpha revision 1.18
1# $NetBSD: std.alpha,v 1.18 1999/11/15 19:00:25 fvdl Exp $
2#
3# Standard/required configuration info for NetBSD/alpha.
4
5machine		alpha
6
7prefix ../gnu/sys
8cinclude "conf/files.softdep"
9prefix
10
11# standard ("mandatory") kernel options.
12
13# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
14options 	EXEC_ECOFF	# (native) ECOFF binary support
15options 	EXEC_ELF64	# (native) ELF64 binary support
16options 	EXEC_SCRIPT	# shell script support
17