154925bf6Swillf# 254925bf6Swillf# CDDL HEADER START 354925bf6Swillf# 454925bf6Swillf# The contents of this file are subject to the terms of the 554925bf6Swillf# Common Development and Distribution License (the "License"). 654925bf6Swillf# You may not use this file except in compliance with the License. 754925bf6Swillf# 854925bf6Swillf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 954925bf6Swillf# or http://www.opensolaris.org/os/licensing. 1054925bf6Swillf# See the License for the specific language governing permissions 1154925bf6Swillf# and limitations under the License. 1254925bf6Swillf# 1354925bf6Swillf# When distributing Covered Code, include this CDDL HEADER in each 1454925bf6Swillf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1554925bf6Swillf# If applicable, add the following below this CDDL HEADER, with the 1654925bf6Swillf# fields enclosed by brackets "[]" replaced with your own identifying 1754925bf6Swillf# information: Portions Copyright [yyyy] [name of copyright owner] 1854925bf6Swillf# 1954925bf6Swillf# CDDL HEADER END 2054925bf6Swillf# 2154925bf6Swillf# 2254925bf6Swillf# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 2354925bf6Swillf# Use is subject to license terms. 2454925bf6Swillf# 2554925bf6Swillf 2654925bf6Swillfinclude ../Makefile.com 2754925bf6Swillf 28*9e11eb24SKlaus Ziegler# 29*9e11eb24SKlaus Ziegler# Default -xO3 will trigger inclusion of SSP, which we do not need here. 30*9e11eb24SKlaus Ziegler# illumos issue #14135 31*9e11eb24SKlaus Ziegler# 32*9e11eb24SKlaus Zieglersparc_COPTFLAG= -O 33*9e11eb24SKlaus Ziegler 3454925bf6Swillfinstall: all $(ROOTLIBDIR) $(ROOTLIBS) $(ROOTLINKS) 35