1#	$NetBSD: std.prep,v 1.11 2006/05/10 17:28:41 garbled Exp $
2#
3# standard, required NetBSD/prep 'options'
4
5machine		prep powerpc
6include		"conf/std"	# MI standard options
7
8options 	PPC_OEA
9options 	PPC_OEA601
10makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
11
12options 	EXEC_SCRIPT	# exec #! scripts
13options 	EXEC_ELF32	# exec ELF binaries
14options 	EXEC_AOUT	# exec a.out binaries
15
16options 	INTSTK=0x2000
17options		PCKBCNOTEST	# 7043 and 7248 fail this test.
18options		PCI_NETBSD_CONFIGURE
19