Makefile revision 2
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington#
69fe9aaafdd6a141610e86a777d325db75422070Mark Andrews# CDDL HEADER START
499b34cea04a46823d003d4c0520c8b03e8513cbBrian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# The contents of this file are subject to the terms of the
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington# Common Development and Distribution License (the "License").
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington# You may not use this file except in compliance with the License.
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or http://www.opensolaris.org/os/licensing.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington# fields enclosed by brackets "[]" replaced with your own identifying
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington# information: Portions Copyright [yyyy] [name of copyright owner]
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrews#
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington#
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington#
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein#
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian WellingtonMACH_LDLIBS += -L$(LROOT)/usr/lib/$(MACH64)
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellingtoninclude ../Makefile.com
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellingtoninclude ../../Makefile.lib.64
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington
289ae548d52bc8f982d9823af64cafda7bd92232Mark Andrewsinstall: stubinstall all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellingtonstubinstall: stub $(STUBROOTLIBS64) $(STUBROOTLINKS64)
77744ef5751dffff35b24aa7a2a51e0f35447f13Brian Wellington