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