10cd13cbfSwyllys#
20cd13cbfSwyllys# CDDL HEADER START
30cd13cbfSwyllys#
40cd13cbfSwyllys# The contents of this file are subject to the terms of the
50cd13cbfSwyllys# Common Development and Distribution License (the "License").
60cd13cbfSwyllys# You may not use this file except in compliance with the License.
70cd13cbfSwyllys#
80cd13cbfSwyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90cd13cbfSwyllys# or http://www.opensolaris.org/os/licensing.
100cd13cbfSwyllys# See the License for the specific language governing permissions
110cd13cbfSwyllys# and limitations under the License.
120cd13cbfSwyllys#
130cd13cbfSwyllys# When distributing Covered Code, include this CDDL HEADER in each
140cd13cbfSwyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150cd13cbfSwyllys# If applicable, add the following below this CDDL HEADER, with the
160cd13cbfSwyllys# fields enclosed by brackets "[]" replaced with your own identifying
170cd13cbfSwyllys# information: Portions Copyright [yyyy] [name of copyright owner]
180cd13cbfSwyllys#
190cd13cbfSwyllys# CDDL HEADER END
200cd13cbfSwyllys#
210cd13cbfSwyllys#
220cd13cbfSwyllys# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
230cd13cbfSwyllys# Use is subject to license terms.
240cd13cbfSwyllys#
250cd13cbfSwyllys
260cd13cbfSwyllysinclude $(SRC)/lib/Makefile.lib
270cd13cbfSwyllys
280cd13cbfSwyllysSUBDIRS=	$(MACH)
290cd13cbfSwyllys$(BUILD64)SUBDIRS += $(MACH64)
300cd13cbfSwyllys
310cd13cbfSwyllysall :=		TARGET= all
320cd13cbfSwyllysclean :=	TARGET= clean
330cd13cbfSwyllysclobber :=	TARGET= clobber
340cd13cbfSwyllysdelete :=	TARGET= delete
350cd13cbfSwyllysinstall :=	TARGET= install
360cd13cbfSwyllystest :=		TARGET= test
370cd13cbfSwyllys
380cd13cbfSwyllys.KEEP_STATE:
390cd13cbfSwyllys
40*241c90a0SRichard Loweall clean clobber delete install test: $(SUBDIRS)
410cd13cbfSwyllys
420cd13cbfSwyllys_msg:
430cd13cbfSwyllys
440cd13cbfSwyllyscatalog:
450cd13cbfSwyllys
460cd13cbfSwyllys$(SUBDIRS):	FRC
470cd13cbfSwyllys	@cd $@; pwd; $(MAKE) $(TARGET)
480cd13cbfSwyllys
490cd13cbfSwyllysFRC:
50