Makefile revision c2785286330b58810071fc24f6ca69f401682dff
427N/A#
427N/A# CDDL HEADER START
427N/A#
427N/A# The contents of this file are subject to the terms of the
427N/A# Common Development and Distribution License (the "License").
427N/A# You may not use this file except in compliance with the License.
427N/A#
427N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
427N/A# or http://www.opensolaris.org/os/licensing.
427N/A# See the License for the specific language governing permissions
427N/A# and limitations under the License.
427N/A#
427N/A# When distributing Covered Code, include this CDDL HEADER in each
427N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
427N/A# If applicable, add the following below this CDDL HEADER, with the
427N/A# fields enclosed by brackets "[]" replaced with your own identifying
427N/A# information: Portions Copyright [yyyy] [name of copyright owner]
427N/A#
427N/A# CDDL HEADER END
427N/A#
427N/A#
427N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
427N/A#
5680N/A# ident "%Z%%M% %I% %E% SMI"
7364N/A#
427N/A
427N/Ainclude ../Makefile.com
427N/A
7364N/ALDLIBS += -lpam -lc
618N/A
844N/ADYNFLAGS += -L$(ROOT_KLIBDIR) -L$(ROOT)/$(KERBLIBDIR) \
7364N/A $(KRUNPATH) $(KERBRUNPATH) -lkadm5clnt -lmech_krb5
618N/A
427N/Ainstall: all $(ROOTLIBS) $(ROOTLINKS)
7364N/A