Makefile revision 54925bf60766fbb4f1f2d7c843721406a7b7a3fb
849N/A#
661N/A# CDDL HEADER START
661N/A#
661N/A# The contents of this file are subject to the terms of the
661N/A# Common Development and Distribution License (the "License").
661N/A# You may not use this file except in compliance with the License.
661N/A#
661N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
661N/A# or http://www.opensolaris.org/os/licensing.
661N/A# See the License for the specific language governing permissions
661N/A# and limitations under the License.
661N/A#
661N/A# When distributing Covered Code, include this CDDL HEADER in each
661N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
661N/A# If applicable, add the following below this CDDL HEADER, with the
661N/A# fields enclosed by brackets "[]" replaced with your own identifying
661N/A# information: Portions Copyright [yyyy] [name of copyright owner]
661N/A#
661N/A# CDDL HEADER END
661N/A#
661N/A#
2852N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
2852N/A# Use is subject to license terms.
1902N/A#
661N/A# ident "%Z%%M% %I% %E% SMI"
661N/A#
661N/A
2852N/Ainclude ../Makefile.com
2852N/A
2852N/A# library dependency
661N/ADYNFLAGS += $(KRUNPATH) $(KMECHLIB)
2852N/ADYNFLAGS += $(KRB5LIB)/libkdb.so $(KRB5LIB)/libdyn.so
2852N/ALDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc -lsocket
2852N/A
2852N/Ainstall: all $(ROOTLIBS) $(ROOTLINKS)
2852N/A