Makefile revision 2
949N/A#
949N/A# CDDL HEADER START
949N/A#
949N/A# The contents of this file are subject to the terms of the
949N/A# Common Development and Distribution License (the "License").
949N/A# You may not use this file except in compliance with the License.
949N/A#
949N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
949N/A# or http://www.opensolaris.org/os/licensing.
949N/A# See the License for the specific language governing permissions
949N/A# and limitations under the License.
949N/A#
949N/A# When distributing Covered Code, include this CDDL HEADER in each
949N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
949N/A# If applicable, add the following below this CDDL HEADER, with the
949N/A# fields enclosed by brackets "[]" replaced with your own identifying
949N/A# information: Portions Copyright [yyyy] [name of copyright owner]
949N/A#
949N/A# CDDL HEADER END
949N/A#
949N/A
949N/A#
949N/A# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
949N/A#
949N/A
949N/Asparc_SUBDIRS = sun4u \
949N/A sun4v \
949N/A SUNW,SPARC-Enterprise
949N/A
949N/Ai386_SUBDIRS = i86pc
949N/A
949N/ASUBDIRS = common $($(MACH)_SUBDIRS)
949N/ASTUBSUBDIRS = $(SUBDIRS)
949N/A
949N/Ainclude $(SRC)/lib/fm/Makefile.subdirs
949N/A