#!build
default:
	options_file
	# THIS FILE MUST REMAIN WITH THE TOOLS DISTRIBUTION
	# (AND NOT BE MOVED TO INTEGRITY)
	#
	# The intent is that some tools distributions or versions may have
	# different capabilities.
	# So, INTEGRITY itself can't figure out which capabilities to tell the
	# tools it has, if the tools themselves can't support it.
	#
	# This case handles WMAADE and non-WMAADE capable tools. WMAADE capable
	# tools specify that History and TimeMachine are supported. non-WMAADE
	# capable tools will replace this file at CD generation time with
	# one that doesn't have the options below specified
	#
	# INTEGRITY, in turn, includs this file via the "<" operator.
	:trace_option=history_supported
        :trace_option=dtrace_supported
