110db1377Sgtb#
210db1377Sgtb# CDDL HEADER START
310db1377Sgtb#
410db1377Sgtb# The contents of this file are subject to the terms of the
510db1377Sgtb# Common Development and Distribution License (the "License").
610db1377Sgtb# You may not use this file except in compliance with the License.
710db1377Sgtb#
810db1377Sgtb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
910db1377Sgtb# or http://www.opensolaris.org/os/licensing.
1010db1377Sgtb# See the License for the specific language governing permissions
1110db1377Sgtb# and limitations under the License.
1210db1377Sgtb#
1310db1377Sgtb# When distributing Covered Code, include this CDDL HEADER in each
1410db1377Sgtb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1510db1377Sgtb# If applicable, add the following below this CDDL HEADER, with the
1610db1377Sgtb# fields enclosed by brackets "[]" replaced with your own identifying
1710db1377Sgtb# information: Portions Copyright [yyyy] [name of copyright owner]
1810db1377Sgtb#
1910db1377Sgtb# CDDL HEADER END
2010db1377Sgtb#
2110db1377Sgtb#
2210db1377Sgtb# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2310db1377Sgtb# Use is subject to license terms.
2410db1377Sgtb#
2510db1377SgtbPROG= krb5-config
2610db1377SgtbSHFILES= krb5-config
2710db1377SgtbCLOBBERFILES = $(SHFILES)
2810db1377Sgtb
2910db1377Sgtbinclude ../../Makefile.cmd
3010db1377Sgtbinclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
3110db1377Sgtb
3210db1377Sgtb.KEEP_STATE:
3310db1377Sgtb
34*ff67a31bSToomas Soomeall: $(SHFILES)
3510db1377Sgtb
3610db1377Sgtbinstall: all $(KRB5PROG)
3710db1377Sgtb
3810db1377Sgtbclean:
3910db1377Sgtb		$(RM) $(PROG)
4010db1377Sgtb
4110db1377Sgtbinclude ../../Makefile.targ
42