Makefile revision cee0fb94c0d4227de0a00efc162fb2739844b641
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# CDDL HEADER START
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# The contents of this file are subject to the terms of the
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# Common Development and Distribution License (the "License").
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# You may not use this file except in compliance with the License.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# or http://www.opensolaris.org/os/licensing.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# See the License for the specific language governing permissions
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# and limitations under the License.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# When distributing Covered Code, include this CDDL HEADER in each
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# If applicable, add the following below this CDDL HEADER, with the
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# fields enclosed by brackets "[]" replaced with your own identifying
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# information: Portions Copyright [yyyy] [name of copyright owner]
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# CDDL HEADER END
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk# Use is subject to license terms.
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk#
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenkinclude ../Makefile.com
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenkinstall: all $(ROOTLIBS) $(ROOTLINKS)
2a9ee4116a7df31d9482821f64c837315c8e2aa0jeff.schenk