Makefile revision 70025d765b044c6d8594bb965a2247a61e991a99
ef685e00a47967e27d89709461728a229d762172nd#
ef685e00a47967e27d89709461728a229d762172nd# CDDL HEADER START
ef685e00a47967e27d89709461728a229d762172nd#
8e34905974b7a442a55adac3b3fdb196c389e807takashi# The contents of this file are subject to the terms of the
ef685e00a47967e27d89709461728a229d762172nd# Common Development and Distribution License, Version 1.0 only
ef685e00a47967e27d89709461728a229d762172nd# (the "License"). You may not use this file except in compliance
ef685e00a47967e27d89709461728a229d762172nd# with the License.
6cced120094ad0ee645247fbcdbac5dae2f5da98slive#
263dc853ebb195c20d2c151f2f65143882c55ae9nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ef685e00a47967e27d89709461728a229d762172nd# or http://www.opensolaris.org/os/licensing.
ef685e00a47967e27d89709461728a229d762172nd# See the License for the specific language governing permissions
ef685e00a47967e27d89709461728a229d762172nd# and limitations under the License.
ef685e00a47967e27d89709461728a229d762172nd#
ef685e00a47967e27d89709461728a229d762172nd# When distributing Covered Code, include this CDDL HEADER in each
ef685e00a47967e27d89709461728a229d762172nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ef685e00a47967e27d89709461728a229d762172nd# If applicable, add the following below this CDDL HEADER, with the
6cced120094ad0ee645247fbcdbac5dae2f5da98slive# fields enclosed by brackets "[]" replaced with your own identifying
0d6db130e060ad9448229a488053064ce504947bslive# information: Portions Copyright [yyyy] [name of copyright owner]
6cced120094ad0ee645247fbcdbac5dae2f5da98slive#
6cced120094ad0ee645247fbcdbac5dae2f5da98slive# CDDL HEADER END
263dc853ebb195c20d2c151f2f65143882c55ae9nd#
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
# cmd/pcidr/plugins/Makefile
#
.PARALLEL:
SUBDIRS = default
include $(SRC)/cmd/Makefile.cmd
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
lint := TARGET = lint
.KEEP_STATE:
all clean clobber lint install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/cmd/Makefile.targ