Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# or http://www.opensolaris.org/os/licensing.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# See the License for the specific language governing permissions
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# and limitations under the License.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# CDDL HEADER END
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# Use is subject to license terms.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews# ident "%Z%%M% %I% %E% SMI"
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews#
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrewsinclude ../Makefile.com
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrewsinclude ../../Makefile.lib.64
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews.KEEP_STATE:
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrewsinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews