106e46062Sjbeloro#
206e46062Sjbeloro# CDDL HEADER START
306e46062Sjbeloro#
406e46062Sjbeloro# The contents of this file are subject to the terms of the
506e46062Sjbeloro# Common Development and Distribution License (the "License").
606e46062Sjbeloro# You may not use this file except in compliance with the License.
706e46062Sjbeloro#
806e46062Sjbeloro# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
906e46062Sjbeloro# or http://www.opensolaris.org/os/licensing.
1006e46062Sjbeloro# See the License for the specific language governing permissions
1106e46062Sjbeloro# and limitations under the License.
1206e46062Sjbeloro#
1306e46062Sjbeloro# When distributing Covered Code, include this CDDL HEADER in each
1406e46062Sjbeloro# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1506e46062Sjbeloro# If applicable, add the following below this CDDL HEADER, with the
1606e46062Sjbeloro# fields enclosed by brackets "[]" replaced with your own identifying
1706e46062Sjbeloro# information: Portions Copyright [yyyy] [name of copyright owner]
1806e46062Sjbeloro#
1906e46062Sjbeloro# CDDL HEADER END
2006e46062Sjbeloro#
2106e46062Sjbeloro
2206e46062Sjbeloro#
23*24fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2406e46062Sjbeloro# Use is subject to license terms.
2506e46062Sjbeloro#
2606e46062Sjbeloro# cmd/picl/plugins/sun4u/boston/frudata/Makefile
2706e46062Sjbeloro#
2806e46062Sjbeloro
2906e46062Sjbeloroinclude	$(SRC)/Makefile.psm
3006e46062Sjbeloro
3106e46062Sjbeloro# include library definitions
3206e46062Sjbeloroinclude $(SRC)/lib/Makefile.lib
3306e46062Sjbeloro
3406e46062SjbeloroROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445
3506e46062Sjbeloro
3606e46062Sjbeloroinclude	$(SRC)/cmd/picl/plugins/Makefile.com
3706e46062Sjbeloro
3806e46062SjbeloroROOTLIBDIR	= $(ROOT_PLAT_PLUGINDIR)
3906e46062Sjbeloro
4006e46062SjbeloroCONF=           libpiclfrudata.conf
4106e46062SjbeloroROOTCONF=       $(CONF:%=$(ROOTLIBDIR)/%)
4206e46062Sjbeloro$(ROOTCONF)	:= FILEMODE = 0644
4306e46062Sjbeloro
4406e46062Sjbeloro.KEEP_STATE:
4506e46062Sjbeloro
4606e46062SjbeloroSUBDIRS=
4706e46062Sjbeloro
4806e46062Sjbeloroall	:=	TARGET= all
4906e46062Sjbeloroinstall :=	TARGET= install
5006e46062Sjbeloroclean	:=	TARGET= clean
5106e46062Sjbeloroclobber	:=	TARGET= clobber
5206e46062Sjbeloro
5306e46062Sjbeloroall: $(CONF)
5406e46062Sjbeloro
5506e46062Sjbeloroinstall:	$(ROOTLIBDIR) $(ROOTCONF)
5606e46062Sjbeloro
5706e46062Sjbeloro# include library targets
5806e46062Sjbeloroinclude $(SRC)/lib/Makefile.targ
5906e46062Sjbeloroinclude	$(SRC)/cmd/picl/plugins/Makefile.targ
6006e46062Sjbeloro
6106e46062Sjbelorolint:
6206e46062Sjbeloro
6306e46062Sjbeloro$(SUBDIRS): FRC
6406e46062Sjbeloro	@cd $@; pwd; $(MAKE) $(TARGET)
6506e46062Sjbeloro
6606e46062SjbeloroFRC:
67