Makefile revision 694c35faa87b858ecdadfe4fc592615f4eefbb07
2867N/A#
2867N/A# CDDL HEADER START
2867N/A#
2867N/A# The contents of this file are subject to the terms of the
2867N/A# Common Development and Distribution License (the "License").
2867N/A# You may not use this file except in compliance with the License.
2867N/A#
2867N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2867N/A# or http://www.opensolaris.org/os/licensing.
2867N/A# See the License for the specific language governing permissions
2867N/A# and limitations under the License.
2867N/A#
2867N/A# When distributing Covered Code, include this CDDL HEADER in each
2867N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2867N/A# If applicable, add the following below this CDDL HEADER, with the
2867N/A# fields enclosed by brackets "[]" replaced with your own identifying
2867N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2867N/A#
2867N/A# CDDL HEADER END
2867N/A#
2867N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
3156N/A# Use is subject to license terms.
2867N/A#
2867N/A# cmd/krb5/kadmin/Makefile
2867N/A
2867N/Ainclude ../../Makefile.cmd
2867N/A
2867N/ASUBDIRS= cli dbutil ktutil kpasswd server kclient kdcmgr gui
2867N/A
2867N/Aall := TARGET= all
2867N/Aclean := TARGET= clean
2867N/Aclobber := TARGET= clobber
2867N/Adelete := TARGET= delete
2867N/Ainstall := TARGET= install
2867N/Alint := TARGET= lint
2867N/Acatalog := TARGET= catalog
2867N/Apackage := TARGET= package
2867N/A_msg:= TARGET= _msg
2867N/A
2867N/A_msg: $(SUBDIRS)
2867N/A
2867N/A.KEEP_STATE:
2867N/A
2867N/Aall clean clobber delete install lint catalog package: $(SUBDIRS)
2867N/A
2867N/A# install rule for install_h target
2867N/A
2867N/Ainstall: $(SUBDIRS)
2867N/A
2867N/Acheck: $(CHECKHDRS)
2867N/A
2867N/A$(SUBDIRS): FRC
2867N/A @cd $@; pwd; $(MAKE) $(TARGET)
2867N/A
2867N/AFRC:
2867N/A