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