1*711890bcSjc#
2*711890bcSjc# CDDL HEADER START
3*711890bcSjc#
4*711890bcSjc# The contents of this file are subject to the terms of the
5*711890bcSjc# Common Development and Distribution License (the "License").
6*711890bcSjc# You may not use this file except in compliance with the License.
7*711890bcSjc#
8*711890bcSjc# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*711890bcSjc# or http://www.opensolaris.org/os/licensing.
10*711890bcSjc# See the License for the specific language governing permissions
11*711890bcSjc# and limitations under the License.
12*711890bcSjc#
13*711890bcSjc# When distributing Covered Code, include this CDDL HEADER in each
14*711890bcSjc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*711890bcSjc# If applicable, add the following below this CDDL HEADER, with the
16*711890bcSjc# fields enclosed by brackets "[]" replaced with your own identifying
17*711890bcSjc# information: Portions Copyright [yyyy] [name of copyright owner]
18*711890bcSjc#
19*711890bcSjc# CDDL HEADER END
20*711890bcSjc#
21*711890bcSjc
22*711890bcSjc#
23*711890bcSjc# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*711890bcSjc# Use is subject to license terms.
25*711890bcSjc#
26*711890bcSjc#pragma ident	"%Z%%M%	%I%	%E% SMI"
27*711890bcSjc#
28*711890bcSjc
29*711890bcSjcinclude ../Makefile.com
30*711890bcSjcinclude ../../Makefile.lib.64
31*711890bcSjc
32*711890bcSjcinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
33