Makefile revision 2
201N/A#
201N/A# CDDL HEADER START
201N/A#
201N/A# The contents of this file are subject to the terms of the
201N/A# Common Development and Distribution License (the "License").
201N/A# You may not use this file except in compliance with the License.
201N/A#
201N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
201N/A# or http://www.opensolaris.org/os/licensing.
201N/A# See the License for the specific language governing permissions
201N/A# and limitations under the License.
201N/A#
201N/A# When distributing Covered Code, include this CDDL HEADER in each
201N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201N/A# If applicable, add the following below this CDDL HEADER, with the
201N/A# fields enclosed by brackets "[]" replaced with your own identifying
201N/A# information: Portions Copyright [yyyy] [name of copyright owner]
201N/A#
201N/A# CDDL HEADER END
201N/A#
201N/A#
201N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2899N/A#
201N/A
201N/AASFLAGS= -K pic -P -D__STDC__ -D_ASM $(i386_AS_XARCH)
201N/A
201N/Ainclude ../Makefile.com
201N/A
3039N/AMAPFILES += mapfile-vers
618N/A
201N/Ainstall: stubinstall all $(ROOTLIBS)
201N/A
844N/Astubinstall: stub $(STUBROOTFS_LIBS) $(STUBROOTFS_LINKS)
3039N/A