Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe#
ec79b29695b183f794264bbb578c51e93d1f9b1emartin# CDDL HEADER START
1a5f954324f2584984fc9cee7a7a8ebe8ef39aeajim#
b39ba1ea90cd1940dcd9e8d0f18c1ff02c187ac1jim# The contents of this file are subject to the terms of the
b5d91f803b61ef5b13666e423173eb72d96f8938niq# Common Development and Distribution License (the "License").
b5d91f803b61ef5b13666e423173eb72d96f8938niq# You may not use this file except in compliance with the License.
b5d91f803b61ef5b13666e423173eb72d96f8938niq#
927df87b4c47e1cef32194ccdcbe44598e7495e9fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
927df87b4c47e1cef32194ccdcbe44598e7495e9fielding# or http://www.opensolaris.org/os/licensing.
927df87b4c47e1cef32194ccdcbe44598e7495e9fielding# See the License for the specific language governing permissions
927df87b4c47e1cef32194ccdcbe44598e7495e9fielding# and limitations under the License.
1104271514ab6eee6391f8a0e670d9cc98184d9bfielding#
1104271514ab6eee6391f8a0e670d9cc98184d9bfielding# When distributing Covered Code, include this CDDL HEADER in each
1104271514ab6eee6391f8a0e670d9cc98184d9bfielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding# If applicable, add the following below this CDDL HEADER, with the
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding# fields enclosed by brackets "[]" replaced with your own identifying
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding# information: Portions Copyright [yyyy] [name of copyright owner]
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding#
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding# CDDL HEADER END
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding#
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding#
b24a6ceb8011a209f3c6d4523f04d27120cbd97afielding# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
cbe23d0a0ff097b3d544d714657452abc80e3c87fielding# Use is subject to license terms.
cbe23d0a0ff097b3d544d714657452abc80e3c87fielding#
cbe23d0a0ff097b3d544d714657452abc80e3c87fielding# ident "%Z%%M% %I% %E% SMI"
cbe23d0a0ff097b3d544d714657452abc80e3c87fielding#
cbe23d0a0ff097b3d544d714657452abc80e3c87fielding
cbe23d0a0ff097b3d544d714657452abc80e3c87fieldinginclude ../Makefile.com
cbe23d0a0ff097b3d544d714657452abc80e3c87fieldinginclude ../../../../Makefile.lib.64
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisdDYNFLAGS += $(KRUNPATH64) $(KMECHLIB64)
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisdLDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisdinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin