Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# CDDL HEADER START
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# The contents of this file are subject to the terms of the
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# Common Development and Distribution License (the "License").
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# You may not use this file except in compliance with the License.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User# CDDL HEADER END
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein $(XPG4SH:%=$(ROOTXPG4BIN)/%) $(XPG4ALIASPROG:%=$(ROOTXPG4BIN)/%)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Set common AST build flags (e.g., needed to support the math stuff).
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Enable workaround for a crash in /usr/bin/alias when invalid
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# options are passed (e.g. $ /usr/bin/alias -c #). The shell
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# code will call an error handler which does a |longjmp()| but
ddccd5811feff696ba460dabfb666ce61040f545Andreas Gustafsson# somehow the code failed to do the |setjmp()| before this point.