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