Makefile revision 18c2aff776a775d34a4c9893a4c72e0434d68e36
2880N/A#
2880N/A# CDDL HEADER START
2880N/A#
2880N/A# The contents of this file are subject to the terms of the
2880N/A# Common Development and Distribution License (the "License").
2880N/A# You may not use this file except in compliance with the License.
2880N/A#
2880N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2880N/A# or http://www.opensolaris.org/os/licensing.
2880N/A# See the License for the specific language governing permissions
2880N/A# and limitations under the License.
2880N/A#
2880N/A# When distributing Covered Code, include this CDDL HEADER in each
2880N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2880N/A# If applicable, add the following below this CDDL HEADER, with the
2880N/A# fields enclosed by brackets "[]" replaced with your own identifying
2880N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2880N/A#
2880N/A# CDDL HEADER END
2880N/A#
2880N/A#
2880N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2880N/A# Use is subject to license terms.
2880N/A#
2880N/A# ident "%Z%%M% %I% %E% SMI"
2880N/A#
2880N/A
2880N/ASUBDIRS = storage
2880N/A
2880N/Aall := TARGET= all
2880N/Ainstall := TARGET= install
2880N/Aclean := TARGET= clean
2880N/Aclobber := TARGET= clobber
2880N/A
2880N/A.KEEP_STATE:
2880N/A
2880N/Aall install clean clobber: $(SUBDIRS)
2880N/A
2880N/A$(SUBDIRS): FRC
2880N/A @cd $@; pwd; $(MAKE) $(TARGET)
2880N/A
2880N/AFRC:
2880N/A