Makefile revision 1196
363N/A# The contents of this file are subject to the terms of the 363N/A# Common Development and Distribution License (the "License"). 363N/A# You may not use this file except in compliance with the License. 363N/A# See the License for the specific language governing permissions 363N/A# and limitations under the License. 363N/A# When distributing Covered Code, include this CDDL HEADER in each 363N/A# If applicable, add the following below this CDDL HEADER, with the 363N/A# fields enclosed by brackets "[]" replaced with your own identifying 363N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5600N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 363N/A# Needed for "gmake test" to work successfully. 2221N/A# If SHELLOPTS is exported (as it is by the userland makefiles), 363N/A# then all shell options get exported to child invocations of bash, 363N/A# which results in test failures due to nounset and xtrace being 4662N/A# set unexpectedly, and errors such as "$1: unbound variable" and 695N/A# diffs failing due to script tracing in output files. 363N/A# Get the binaries to test from the component proto area.