Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
0cba3a63e59bfa77f67955cb4e034264ed6c5523jerenkrantz#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
c5cb4c9e7c8696907ddebab2a0037717c710b0f6jorton# The contents of this file are subject to the terms of the
54d22ed1c429b903b029bbd62621f11a9e286137minfrin# Common Development and Distribution License (the "License").
54d22ed1c429b903b029bbd62621f11a9e286137minfrin# You may not use this file except in compliance with the License.
54d22ed1c429b903b029bbd62621f11a9e286137minfrin#
54d22ed1c429b903b029bbd62621f11a9e286137minfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
54d22ed1c429b903b029bbd62621f11a9e286137minfrin# or http://www.opensolaris.org/os/licensing.
54d22ed1c429b903b029bbd62621f11a9e286137minfrin# See the License for the specific language governing permissions
54d22ed1c429b903b029bbd62621f11a9e286137minfrin# and limitations under the License.
54d22ed1c429b903b029bbd62621f11a9e286137minfrin#
dc34168d7eb90524f361e076457f68c3f33efaa3jorton# When distributing Covered Code, include this CDDL HEADER in each
dc34168d7eb90524f361e076457f68c3f33efaa3jorton# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dc34168d7eb90524f361e076457f68c3f33efaa3jorton# If applicable, add the following below this CDDL HEADER, with the
92e8e44864d94866eefcbfde0a53fa3d12855149jerenkrantz# fields enclosed by brackets "[]" replaced with your own identifying
92e8e44864d94866eefcbfde0a53fa3d12855149jerenkrantz# information: Portions Copyright [yyyy] [name of copyright owner]
92e8e44864d94866eefcbfde0a53fa3d12855149jerenkrantz#
06106b6b63b112a09de1b66fa29596035c0176ffthommay# CDDL HEADER END
06106b6b63b112a09de1b66fa29596035c0176ffthommay#
06106b6b63b112a09de1b66fa29596035c0176ffthommay#
e335319a08e12eb7daff9afa80e985dc53f652b8jorton# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
e335319a08e12eb7daff9afa80e985dc53f652b8jorton# Use is subject to license terms.
e335319a08e12eb7daff9afa80e985dc53f652b8jorton#
e335319a08e12eb7daff9afa80e985dc53f652b8jorton# ident "%Z%%M% %I% %E% SMI"
e335319a08e12eb7daff9afa80e985dc53f652b8jorton#
c8794ec1e4c474ae101ce3835080f638136e7860erikabele
c8794ec1e4c474ae101ce3835080f638136e7860erikabeleinclude ../Makefile.com
c8794ec1e4c474ae101ce3835080f638136e7860erikabele
c8794ec1e4c474ae101ce3835080f638136e7860erikabeleDYNFLAGS += $(KRUNPATH) $(KMECHLIB)
c8794ec1e4c474ae101ce3835080f638136e7860erikabeleLDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
bb07ee33bce1a448bcc60ca43720b1ab1c413f87minfrin
bb07ee33bce1a448bcc60ca43720b1ab1c413f87minfrininstall: all $(ROOTLIBS) $(ROOTLINKS)
22dda44322067379eeba28d7ec7fc833cb04c0dfminfrin