Home | History | Annotate | Line # | Download | only in conf
std.prep revision 1.4
      1 #	$NetBSD: std.prep,v 1.4 2002/04/18 20:08:07 matt Exp $
      2 #
      3 # standard, required NetBSD/prep 'options'
      4 
      5 machine		prep powerpc
      6 
      7 options 	EXEC_SCRIPT	# exec #! scripts
      8 options 	EXEC_ELF32	# exec ELF binaries
      9 options 	EXEC_AOUT	# exec a.out binaries
     10 
     11 options 	PPC_MPC6XX
     12 makeoptions	PPCDIR="mpc6xx"	# Tell Makefile.powerpc what dir to use
     13