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