2867N/A#
2867N/A# CDDL HEADER START
2867N/A#
2867N/A# The contents of this file are subject to the terms of the
2867N/A# Common Development and Distribution License (the "License").
2867N/A# You may not use this file except in compliance with the License.
2867N/A#
2867N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2867N/A# or http://www.opensolaris.org/os/licensing.
2867N/A# See the License for the specific language governing permissions
2867N/A# and limitations under the License.
2867N/A#
2867N/A# When distributing Covered Code, include this CDDL HEADER in each
2867N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2867N/A# If applicable, add the following below this CDDL HEADER, with the
2867N/A# fields enclosed by brackets "[]" replaced with your own identifying
2867N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2867N/A#
2867N/A# CDDL HEADER END
2867N/A#
2867N/A
3156N/A#
2867N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2867N/A# Use is subject to license terms.
2867N/A#
2867N/A# cmd/picl/plugins/sun4u/boston/frudata/Makefile
2867N/A#
2867N/A
2867N/Ainclude $(SRC)/Makefile.psm
2867N/A
2867N/A# include library definitions
2867N/Ainclude $(SRC)/lib/Makefile.lib
2867N/A
2867N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Sun-Fire-V445
2867N/A
2867N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
2867N/A
2867N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
2867N/A
2867N/ACONF= libpiclfrudata.conf
2867N/AROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
2867N/A$(ROOTCONF) := FILEMODE = 0644
2867N/A
2867N/AROOTLINTDIR = $(ROOTLIBDIR)
2867N/A
2867N/A.KEEP_STATE:
2867N/A
2867N/ASUBDIRS=
2867N/A
2867N/Aall := TARGET= all
2867N/Ainstall := TARGET= install
2867N/Aclean := TARGET= clean
2867N/Aclobber := TARGET= clobber
2867N/Alint := TARGET= lint
2867N/A
2867N/Aall: $(CONF)
2867N/A
2867N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
2867N/A
2867N/A# include library targets
2867N/Ainclude $(SRC)/lib/Makefile.targ
2867N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
2867N/A
2867N/A$(ROOTLINTDIR)/%: ../%
2867N/A $(INS.file)
2867N/A
2867N/Alint:
2867N/A
2867N/A$(SUBDIRS): FRC
2867N/A @cd $@; pwd; $(MAKE) $(TARGET)
2867N/A
2867N/AFRC:
2867N/A