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