1159d09a2SMark Phalan#
2159d09a2SMark Phalan# CDDL HEADER START
3159d09a2SMark Phalan#
4159d09a2SMark Phalan# The contents of this file are subject to the terms of the
5159d09a2SMark Phalan# Common Development and Distribution License (the "License").
6159d09a2SMark Phalan# You may not use this file except in compliance with the License.
7159d09a2SMark Phalan#
8159d09a2SMark Phalan# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9159d09a2SMark Phalan# or http://www.opensolaris.org/os/licensing.
10159d09a2SMark Phalan# See the License for the specific language governing permissions
11159d09a2SMark Phalan# and limitations under the License.
12159d09a2SMark Phalan#
13159d09a2SMark Phalan# When distributing Covered Code, include this CDDL HEADER in each
14159d09a2SMark Phalan# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15159d09a2SMark Phalan# If applicable, add the following below this CDDL HEADER, with the
16159d09a2SMark Phalan# fields enclosed by brackets "[]" replaced with your own identifying
17159d09a2SMark Phalan# information: Portions Copyright [yyyy] [name of copyright owner]
18159d09a2SMark Phalan#
19159d09a2SMark Phalan# CDDL HEADER END
20159d09a2SMark Phalan#
21159d09a2SMark Phalan#
22159d09a2SMark Phalan# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23159d09a2SMark Phalan# Use is subject to license terms.
24159d09a2SMark Phalan#
25159d09a2SMark Phalan#
26159d09a2SMark Phalan
27159d09a2SMark Phalaninclude		$(SRC)/lib/krb5/Makefile.lib
28159d09a2SMark Phalan
29159d09a2SMark Phalaninclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
30159d09a2SMark Phalan
31159d09a2SMark PhalanSUBDIRS=	$(MACH)
32159d09a2SMark Phalan
33159d09a2SMark Phalanall :=		TARGET= all
34159d09a2SMark Phalanclean :=	TARGET= clean
35159d09a2SMark Phalanclobber :=	TARGET= clobber
36159d09a2SMark Phalaninstall :=	TARGET= install
37159d09a2SMark Phalan_msg :=		TARGET= _msg
38159d09a2SMark Phalan
39159d09a2SMark Phalan.KEEP_STATE:
40159d09a2SMark Phalan
41*241c90a0SRichard Loweall clean clobber _msg: $(SUBDIRS)
42159d09a2SMark Phalan
43159d09a2SMark Phalan$(ROOTLIBDIR):
44159d09a2SMark Phalan	$(INS.dir)
45159d09a2SMark Phalan
46159d09a2SMark Phalan$(ROOTLIBDIR)/%: %
47159d09a2SMark Phalan	$(INS.file)
48159d09a2SMark Phalan
49159d09a2SMark Phalaninstall:   $(ROOTLIBDIR) $(SUBDIRS)
50159d09a2SMark Phalan
51159d09a2SMark Phalan$(SUBDIRS): FRC
52159d09a2SMark Phalan	@cd $@; pwd; $(MAKE) $(TARGET)
53159d09a2SMark Phalan
54159d09a2SMark PhalanFRC:
55