Makefile revision 269473047d747f7815af570197e4ef7322d3632c
2157N/A#
2157N/A# CDDL HEADER START
2157N/A#
2157N/A# The contents of this file are subject to the terms of the
2157N/A# Common Development and Distribution License (the "License").
2157N/A# You may not use this file except in compliance with the License.
2157N/A#
2157N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2157N/A# or http://www.opensolaris.org/os/licensing.
2157N/A# See the License for the specific language governing permissions
2157N/A# and limitations under the License.
2157N/A#
2157N/A# When distributing Covered Code, include this CDDL HEADER in each
2157N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2157N/A# If applicable, add the following below this CDDL HEADER, with the
2157N/A# fields enclosed by brackets "[]" replaced with your own identifying
2157N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2157N/A#
2157N/A# CDDL HEADER END
2157N/A#
2157N/A#
2157N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2157N/A# Use is subject to license terms.
2157N/A#
2157N/A# lib/cfgadm_plugins/Makefile
2157N/A#
2157N/A
2157N/Ainclude $(SRC)/Makefile.master
2157N/A
2157N/ACOMMON_SUBDIRS= scsi sdcard pci usb ib fp shp
2157N/Asparc_SUBDIRS= sbd ac sysctrl
2157N/A
2157N/Ai386_SUBDIRS= sata
2157N/A
2157N/ASUBDIRS= $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
2157N/A
2157N/AALL_SUBDIRS= $(COMMON_SUBDIRS) $(sparc_SUBDIRS) $(i386_SUBDIRS)
2157N/A
2157N/AMSGSUBDIRS= $(ALL_SUBDIRS)
2157N/A
2157N/Aall:= TARGET= all
2157N/Ainstall:= TARGET= install
2157N/Aclean:= TARGET= clean
2157N/Aclobber:= TARGET= clobber
lint:= TARGET= lint
_msg:= TARGET= _msg
.KEEP_STATE:
all clean clobber lint: $(SUBDIRS)
install: all $(SUBDIRS)
_msg: $(MSGSUBDIRS)
$(ALL_SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: