3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# CDDL HEADER START
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# The contents of this file are subject to the terms of the
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# Common Development and Distribution License (the "License").
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# You may not use this file except in compliance with the License.
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# or http://www.opensolaris.org/os/licensing.
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# See the License for the specific language governing permissions
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# and limitations under the License.
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# When distributing Covered Code, include this CDDL HEADER in each
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# If applicable, add the following below this CDDL HEADER, with the
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# fields enclosed by brackets "[]" replaced with your own identifying
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# information: Portions Copyright [yyyy] [name of copyright owner]
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# CDDL HEADER END
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# Use is subject to license terms.
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina# ident "%Z%%M% %I% %E% SMI"
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina#
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinainclude $(SRC)/lib/krb5/Makefile.lib
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
ca6dd8e7ac91c7f8e3b4d55206d4f39791ab7149Pavel Březinainclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
ca6dd8e7ac91c7f8e3b4d55206d4f39791ab7149Pavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel BřezinaSUBDIRS= \
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina libdb2 \
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina $(MACH)
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinaall := TARGET= all
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinaclean := TARGET= clean
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinaclobber := TARGET= clobber
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinainstall := TARGET= install
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinalint := TARGET= lint
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina_msg := TARGET= _msg
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina.KEEP_STATE:
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinaall clean clobber lint _msg: $(SUBDIRS)
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina$(ROOTLIBDIR):
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina $(INS.dir)
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina$(ROOTLIBDIR)/%: %
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina $(INS.file)
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březinainstall: $(ROOTLIBDIR) $(SUBDIRS)
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina$(SUBDIRS): FRC
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina @cd $@; pwd; $(MAKE) $(TARGET)
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel BřezinaFRC:
3a8f6b575f4019f21c9425a26f1b346c08a197aePavel Březina