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