1# $NetBSD: std.bebox,v 1.12 2003/08/12 05:15:41 matt Exp $ 2# 3# standard, required NetBSD/bebox 'options' 4 5machine bebox powerpc 6 7options PPC_OEA # BeBox uses Motorola PPC60x CPUs 8makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 9 10options EXEC_ELF32 # exec ELF binaries 11options EXEC_SCRIPT # exec #! scripts 12 13options INTSTK=0x2000 14 15makeoptions TEXTADDR=0x3100 16