Makefile revision 1e49577a7fcde812700ded04431b49d67cc57d6d
225N/A#
225N/A# CDDL HEADER START
225N/A#
225N/A# The contents of this file are subject to the terms of the
225N/A# Common Development and Distribution License (the "License").
225N/A# You may not use this file except in compliance with the License.
225N/A#
225N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
225N/A# or http://www.opensolaris.org/os/licensing.
225N/A# See the License for the specific language governing permissions
225N/A# and limitations under the License.
225N/A#
225N/A# When distributing Covered Code, include this CDDL HEADER in each
225N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
225N/A# If applicable, add the following below this CDDL HEADER, with the
225N/A# fields enclosed by brackets "[]" replaced with your own identifying
225N/A# information: Portions Copyright [yyyy] [name of copyright owner]
225N/A#
225N/A# CDDL HEADER END
225N/A#
225N/A
225N/A#
5473N/A# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
225N/A#
5680N/A
225N/Ainclude ../Makefile.com
225N/Ainclude $(SRC)/lib/Makefile.lib.64
225N/A
225N/A.KEEPS_STATE:
618N/A
225N/AAS_CPPFLAGS += -D__sparcv9
844N/AASFLAGS += -xarch=v9b
844N/A
225N/Aall install: $(SYMCAP)
225N/A
6344N/Ainclude ../../Makefile.targ
2899N/A