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