Makefile revision 711890bc9379ceea66272dc8d4981812224ea86e
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# CDDL HEADER START
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# The contents of this file are subject to the terms of the
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# Common Development and Distribution License (the "License").
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# You may not use this file except in compliance with the License.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# or http://www.opensolaris.org/os/licensing.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# See the License for the specific language governing permissions
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# and limitations under the License.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# When distributing Covered Code, include this CDDL HEADER in each
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# If applicable, add the following below this CDDL HEADER, with the
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# fields enclosed by brackets "[]" replaced with your own identifying
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# information: Portions Copyright [yyyy] [name of copyright owner]
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# CDDL HEADER END
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# Use is subject to license terms.
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# ident "%Z%%M% %I% %E% SMI"
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore# lib/raidcfg_plugins/Makefile
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore#
753a6d457b330b1b29b2d3eefcd0831116ce950dSherry Moore
include $(SRC)/Makefile.master
CLOSED_PLUGIN = $(CLOSED)/lib/raidcfg_plugins/
$(CLOSED_BUILD)COMMON_SUBDIRS += $(CLOSED_PLUGIN)/mpt
SUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
all:= TARGET= all
install:= TARGET= install
clean:= TARGET= clean
clobber:= TARGET= clobber
lint:= TARGET= lint
_msg:= TARGET= _msg
.KEEP_STATE:
all clean clobber lint install _msg: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: