1711890bcSjc#
2711890bcSjc# CDDL HEADER START
3711890bcSjc#
4711890bcSjc# The contents of this file are subject to the terms of the
5711890bcSjc# Common Development and Distribution License (the "License").
6711890bcSjc# You may not use this file except in compliance with the License.
7711890bcSjc#
8711890bcSjc# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9711890bcSjc# or http://www.opensolaris.org/os/licensing.
10711890bcSjc# See the License for the specific language governing permissions
11711890bcSjc# and limitations under the License.
12711890bcSjc#
13711890bcSjc# When distributing Covered Code, include this CDDL HEADER in each
14711890bcSjc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15711890bcSjc# If applicable, add the following below this CDDL HEADER, with the
16711890bcSjc# fields enclosed by brackets "[]" replaced with your own identifying
17711890bcSjc# information: Portions Copyright [yyyy] [name of copyright owner]
18711890bcSjc#
19711890bcSjc# CDDL HEADER END
20711890bcSjc#
21711890bcSjc#
22711890bcSjc# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23711890bcSjc# Use is subject to license terms.
24711890bcSjc#
25711890bcSjc# lib/raidcfg_plugins/Makefile
26711890bcSjc#
27711890bcSjc
28711890bcSjcinclude $(SRC)/Makefile.master
29711890bcSjc
30711890bcSjcSUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
31711890bcSjc
32*241c90a0SRichard Loweall:=		TARGET= all
33711890bcSjcinstall:=	TARGET= install
34711890bcSjcclean:=		TARGET= clean
35711890bcSjcclobber:=	TARGET= clobber
36711890bcSjc_msg:=		TARGET= _msg
37711890bcSjc
38711890bcSjc.KEEP_STATE:
39711890bcSjc
40*241c90a0SRichard Loweall clean clobber install _msg: $(SUBDIRS)
41711890bcSjc
42711890bcSjc$(SUBDIRS): FRC
43711890bcSjc	@cd $@; pwd; $(MAKE) $(TARGET)
44711890bcSjc
45711890bcSjcFRC:
46