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