1######################################################################
2#  
3#  Standard Apple Mac OS Configurations:
4#  -------- ----- ------ ---------------
5#
6#  RELEASE	= [ intel mach mach_pe config_dtrace ]
7#  PROFILE	= [ RELEASE profile ]
8#  DEBUG	= [ RELEASE debug mach_assert ]
9#
10#  EMBEDDED	= [ intel mach mach_pe ]
11#  DEVELOPMENT	= [ EMBEDDED ]
12#
13######################################################################
14
15machine		"x86_64"					# <intel>
16cpu		"x86_64"					# <intel>
17
18options     NO_NESTED_PMAP                  # <no_nested_pmap>
19