1*3089Swyllys# 2*3089Swyllys# CDDL HEADER START 3*3089Swyllys# 4*3089Swyllys# The contents of this file are subject to the terms of the 5*3089Swyllys# Common Development and Distribution License (the "License"). 6*3089Swyllys# You may not use this file except in compliance with the License. 7*3089Swyllys# 8*3089Swyllys# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*3089Swyllys# or http://www.opensolaris.org/os/licensing. 10*3089Swyllys# See the License for the specific language governing permissions 11*3089Swyllys# and limitations under the License. 12*3089Swyllys# 13*3089Swyllys# When distributing Covered Code, include this CDDL HEADER in each 14*3089Swyllys# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*3089Swyllys# If applicable, add the following below this CDDL HEADER, with the 16*3089Swyllys# fields enclosed by brackets "[]" replaced with your own identifying 17*3089Swyllys# information: Portions Copyright [yyyy] [name of copyright owner] 18*3089Swyllys# 19*3089Swyllys# CDDL HEADER END 20*3089Swyllys# 21*3089Swyllys# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22*3089Swyllys# Use is subject to license terms. 23*3089Swyllys# 24*3089Swyllys# ident "%Z%%M% %I% %E% SMI" 25*3089Swyllys# 26*3089Swyllys 27*3089Swyllysinclude $(SRC)/lib/Makefile.lib 28*3089Swyllys 29*3089SwyllysSUBDIRS= $(MACH) 30*3089Swyllys 31*3089Swyllys$(BUILD64)SUBDIRS += $(MACH64) 32*3089Swyllys 33*3089Swyllysall := TARGET= all 34*3089Swyllyscheck := TARGET= check 35*3089Swyllysclean := TARGET= clean 36*3089Swyllysclobber := TARGET= clobber 37*3089Swyllysinstall := TARGET= install 38*3089Swyllyslint := TARGET= lint 39*3089Swyllys 40*3089Swyllys.KEEP_STATE: 41*3089Swyllys 42*3089Swyllysall clean clobber install lint: $(SUBDIRS) 43*3089Swyllys 44*3089Swyllys$(SUBDIRS): FRC 45*3089Swyllys @cd $@; pwd; $(MAKE) $(TARGET) 46*3089Swyllys 47*3089SwyllysFRC: 48