std.macppc revision 1.10
1#	$NetBSD: std.macppc,v 1.10 2001/02/04 17:33:42 briggs Exp $
2#
3# Standard/required options for NetBSD/macppc.
4
5machine	macppc powerpc
6
7# standard ("mandatory") kernel options.
8
9# Executable support:
10options 	EXEC_ELF32	# (native) ELF32 binary support
11options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
12options 	EXEC_SCRIPT	# shell script support
13
14options 	OPENPIC		# OpenPIC (really only on CHRP-ish systems)
15