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