1#	$NetBSD: std.bebox,v 1.16 2008/03/16 17:37:09 kiyohara Exp $
2#
3# standard, required NetBSD/bebox 'options'
4
5machine		bebox powerpc
6include		"conf/std"	# MI standard options
7
8options 	PPC_OEA		# BeBox uses Motorola PPC60x CPUs
9makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
10
11options 	PCI_NETBSD_CONFIGURE	# MUST REQUIRED
12
13options 	EXEC_ELF32	# exec ELF binaries
14options 	EXEC_SCRIPT	# exec #! scripts
15
16options		PIC_I8259
17
18options 	INTSTK=0x2000
19