Makefile revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a
163N/A#
163N/A# CDDL HEADER START
163N/A#
163N/A# The contents of this file are subject to the terms of the
163N/A# Common Development and Distribution License (the "License").
163N/A# You may not use this file except in compliance with the License.
163N/A#
163N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
163N/A# or http://www.opensolaris.org/os/licensing.
163N/A# See the License for the specific language governing permissions
163N/A# and limitations under the License.
163N/A#
163N/A# When distributing Covered Code, include this CDDL HEADER in each
163N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
163N/A# If applicable, add the following below this CDDL HEADER, with the
163N/A# fields enclosed by brackets "[]" replaced with your own identifying
163N/A# information: Portions Copyright [yyyy] [name of copyright owner]
163N/A#
163N/A# CDDL HEADER END
163N/A#
163N/A
163N/A#
3996N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
163N/A#
163N/A
3996N/ASUBDIRS = \
3996N/A libscsi \
163N/A libses \
163N/A libsmp \
163N/A plugins
163N/A
211N/A.KEEP_STATE:
1703N/A
636N/A.PARALLEL:
211N/A
1703N/Alibses: libscsi
844N/A
1703N/Aplugins: libscsi libses libsmp
618N/A
1273N/Ainclude Makefile.subdirs
163N/A