Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# CDDL HEADER START
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# The contents of this file are subject to the terms of the
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# Common Development and Distribution License (the "License").
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# You may not use this file except in compliance with the License.
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# or http://www.opensolaris.org/os/licensing.
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# See the License for the specific language governing permissions
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# and limitations under the License.
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# When distributing Covered Code, include this CDDL HEADER in each
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# If applicable, add the following below this CDDL HEADER, with the
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# fields enclosed by brackets "[]" replaced with your own identifying
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# information: Portions Copyright [yyyy] [name of copyright owner]
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
4f7bde67c075330b1fbd5b9abe25e347eb8e5690Trond Norbye# CDDL HEADER END
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# Use is subject to license terms.
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye# ident "%Z%%M% %I% %E% SMI"
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye#
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye
38115c792a2142d264ca2617b11962301f079c0aTrond Norbyeinclude ../Makefile.com
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye
854585887bca366ee433303cae0e99572240a568Trond NorbyeDYNFLAGS += $(KRUNPATH) $(KMECHLIB)
38115c792a2142d264ca2617b11962301f079c0aTrond NorbyeLDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc
38115c792a2142d264ca2617b11962301f079c0aTrond Norbye
38115c792a2142d264ca2617b11962301f079c0aTrond Norbyeinstall: all $(ROOTLIBS) $(ROOTLINKS)
854585887bca366ee433303cae0e99572240a568Trond Norbye