Makefile revision 2
2bdfb330af70122f9ca5aae2556a112a3010e9efMark Andrews# CDDL HEADER START
f052a01ff268cdbbf3e6f600b06d02ed8573badfAutomatic Updater# The contents of this file are subject to the terms of the
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# Common Development and Distribution License (the "License").
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# You may not use this file except in compliance with the License.
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# See the License for the specific language governing permissions
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# and limitations under the License.
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
8ec993c774d7c996cb266d0ff5f1282fa3940f09Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# CDDL HEADER END
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
77abeb5330ed5f87eb406c64a738c9edb403a171Mark AndrewsALL_SUBDIRS= $(COMMON_SUBDIRS) $(sparc_SUBDIRS) $(i386_SUBDIRS)
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# Plugins are not linked to via the link-editor, and stubs are not needed.
77abeb5330ed5f87eb406c64a738c9edb403a171Mark Andrews# Provide NULL make rules to satisfy the parent makefiles.