154925bf6Swillf# 254925bf6Swillf# CDDL HEADER START 354925bf6Swillf# 454925bf6Swillf# The contents of this file are subject to the terms of the 554925bf6Swillf# Common Development and Distribution License (the "License"). 654925bf6Swillf# You may not use this file except in compliance with the License. 754925bf6Swillf# 854925bf6Swillf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 954925bf6Swillf# or http://www.opensolaris.org/os/licensing. 1054925bf6Swillf# See the License for the specific language governing permissions 1154925bf6Swillf# and limitations under the License. 1254925bf6Swillf# 1354925bf6Swillf# When distributing Covered Code, include this CDDL HEADER in each 1454925bf6Swillf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1554925bf6Swillf# If applicable, add the following below this CDDL HEADER, with the 1654925bf6Swillf# fields enclosed by brackets "[]" replaced with your own identifying 1754925bf6Swillf# information: Portions Copyright [yyyy] [name of copyright owner] 1854925bf6Swillf# 1954925bf6Swillf# CDDL HEADER END 2054925bf6Swillf# 2154925bf6Swillf# 2254925bf6Swillf# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 2354925bf6Swillf# Use is subject to license terms. 2454925bf6Swillf# 2554925bf6Swillf 2654925bf6Swillfinclude $(SRC)/lib/krb5/Makefile.lib 2754925bf6Swillf 2854925bf6Swillfinclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5 2954925bf6Swillf 3054925bf6SwillfSUBDIRS= libkdb_ldap $(MACH) 3154925bf6Swillf 3254925bf6Swillfall := TARGET= all 3354925bf6Swillfclean := TARGET= clean 3454925bf6Swillfclobber := TARGET= clobber 3554925bf6Swillfinstall := TARGET= install 3654925bf6Swillf_msg := TARGET= _msg 3754925bf6Swillf 3854925bf6Swillf.KEEP_STATE: 3954925bf6Swillf 40*241c90a0SRichard Loweall clean clobber: $(SUBDIRS) 4154925bf6Swillf 4254925bf6Swillf# no messages in this current dir but there are in libkdb_ldap 4354925bf6Swillf_msg: libkdb_ldap 4454925bf6Swillf 4554925bf6Swillf$(ROOTLIBDIR): 4654925bf6Swillf $(INS.dir) 4754925bf6Swillf 4854925bf6Swillf$(ROOTLIBDIR)/%: % 4954925bf6Swillf $(INS.file) 5054925bf6Swillf 5154925bf6Swillfinstall: $(ROOTLIBDIR) $(ROOTREADME) $(SUBDIRS) 5254925bf6Swillf 5354925bf6Swillf$(SUBDIRS): FRC 5454925bf6Swillf @cd $@; pwd; $(MAKE) $(TARGET) 5554925bf6Swillf 5654925bf6SwillfFRC: 57