1#
2######################################################################
3#  
4#  Standard Apple MacOS X Configurations:
5#  -------- ---- -------- ---------------
6#
7#  RELEASE = [ppc mach libkerncpp config_dtrace audit]
8#  DEVELOPMENT = [RELEASE]
9#  PROFILE = [RELEASE]
10#  DEBUG = [RELEASE debug]
11#  RELEASE_TRACE = [ RELEASE kdebug ]
12#  DEBUG_TRACE   = [ DEBUG kdebug ]
13#
14######################################################################
15
16#
17# Note: MAC options must be set in all the bsd/conf, osfmk/conf, and 
18# security/conf MASTER files.
19#
20options		CONFIG_MACF			# Mandatory Access Control Framework
21options		CONFIG_MACF_SOCKET_SUBSET	# MACF subset of socket support
22#options	CONFIG_MACF_SOCKET
23#options	CONFIG_MACF_NET
24#options	CONFIG_MACF_ALWAYS_LABEL_MBUF
25#options	CONFIG_MACF_DEBUG
26#options	CONFIG_MACF_MACH
27
28machine		"ppc"					# <ppc>
29cpu		"ppc"					# <ppc>
30