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= \ 3154925bf6Swillf libdb2 \ 3254925bf6Swillf $(MACH) 3354925bf6Swillf 3454925bf6Swillfall := TARGET= all 3554925bf6Swillfclean := TARGET= clean 3654925bf6Swillfclobber := TARGET= clobber 3754925bf6Swillfinstall := TARGET= install 3854925bf6Swillf_msg := TARGET= _msg 3954925bf6Swillf 4054925bf6Swillf.KEEP_STATE: 4154925bf6Swillf 42*241c90a0SRichard Loweall clean clobber _msg: $(SUBDIRS) 4354925bf6Swillf 4454925bf6Swillf$(ROOTLIBDIR): 4554925bf6Swillf $(INS.dir) 4654925bf6Swillf 4754925bf6Swillf$(ROOTLIBDIR)/%: % 4854925bf6Swillf $(INS.file) 4954925bf6Swillf 5054925bf6Swillfinstall: $(ROOTLIBDIR) $(SUBDIRS) 5154925bf6Swillf 5254925bf6Swillf$(SUBDIRS): FRC 5354925bf6Swillf @cd $@; pwd; $(MAKE) $(TARGET) 5454925bf6Swillf 5554925bf6SwillfFRC: 56