xref: /titanic_44/usr/src/cmd/krb5/krb5-config/Makefile (revision 10db1377dafab8ba3feedef26db9c5d8539a5cd1)
1*10db1377Sgtb#
2*10db1377Sgtb# CDDL HEADER START
3*10db1377Sgtb#
4*10db1377Sgtb# The contents of this file are subject to the terms of the
5*10db1377Sgtb# Common Development and Distribution License (the "License").
6*10db1377Sgtb# You may not use this file except in compliance with the License.
7*10db1377Sgtb#
8*10db1377Sgtb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*10db1377Sgtb# or http://www.opensolaris.org/os/licensing.
10*10db1377Sgtb# See the License for the specific language governing permissions
11*10db1377Sgtb# and limitations under the License.
12*10db1377Sgtb#
13*10db1377Sgtb# When distributing Covered Code, include this CDDL HEADER in each
14*10db1377Sgtb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*10db1377Sgtb# If applicable, add the following below this CDDL HEADER, with the
16*10db1377Sgtb# fields enclosed by brackets "[]" replaced with your own identifying
17*10db1377Sgtb# information: Portions Copyright [yyyy] [name of copyright owner]
18*10db1377Sgtb#
19*10db1377Sgtb# CDDL HEADER END
20*10db1377Sgtb#
21*10db1377Sgtb#
22*10db1377Sgtb# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*10db1377Sgtb# Use is subject to license terms.
24*10db1377Sgtb#
25*10db1377Sgtb# ident	"%Z%%M%	%I%	%E% SMI"
26*10db1377Sgtb#
27*10db1377SgtbPROG= krb5-config
28*10db1377SgtbSHFILES= krb5-config
29*10db1377SgtbCLOBBERFILES = $(SHFILES)
30*10db1377Sgtb
31*10db1377Sgtbinclude ../../Makefile.cmd
32*10db1377Sgtbinclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
33*10db1377Sgtb
34*10db1377Sgtb.KEEP_STATE:
35*10db1377Sgtb
36*10db1377Sgtball: $(SHFILES)
37*10db1377Sgtb
38*10db1377Sgtbinstall: all $(KRB5PROG)
39*10db1377Sgtb
40*10db1377Sgtbclean:
41*10db1377Sgtb		$(RM) $(PROG)
42*10db1377Sgtb
43*10db1377Sgtbinclude ../../Makefile.targ
44