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