Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
4479N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
4479N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4721N/A# If applicable, add the following below this CDDL HEADER, with the
4721N/A# fields enclosed by brackets "[]" replaced with your own identifying
4721N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4721N/A#
4721N/A# CDDL HEADER END
4721N/A#
4721N/A#
4721N/A#ident "%Z%%M% %I% %E% SMI"
4721N/A#
4721N/A# Copyright (c) 2001 by Sun Microsystems, Inc.
4721N/A# All rights reserved.
4721N/A#
4721N/A# src/cmd/prtdiag/Makefile
4721N/A#
4721N/A# builds occur in kernel-architecture subdirectories using Makefile.com
0N/A# in this directory.
1344N/A#
1344N/A
1344N/Ainclude ../Makefile.cmd
484N/A
0N/APROG = prtdiag
0N/A
0N/Asparc_SUBDIRS = sparc
0N/Ai386_SUBDIRS =
0N/A
0N/ASUBDIRS = $($(MACH)_SUBDIRS)
1344N/A
# conditional assignments
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 _msg: $(SUBDIRS)
install: $(SUBDIRS)
$(RM) $(ROOTUSRSBINPROG)
$(LN) $(PLATEXEC) $(ROOTUSRSBINPROG)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: