236N/A#
236N/A# CDDL HEADER START
236N/A#
236N/A# The contents of this file are subject to the terms of the
236N/A# Common Development and Distribution License (the "License").
236N/A# You may not use this file except in compliance with the License.
236N/A#
236N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
236N/A# or http://www.opensolaris.org/os/licensing.
236N/A# See the License for the specific language governing permissions
236N/A# and limitations under the License.
236N/A#
236N/A# When distributing Covered Code, include this CDDL HEADER in each
236N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
236N/A# If applicable, add the following below this CDDL HEADER, with the
236N/A# fields enclosed by brackets "[]" replaced with your own identifying
236N/A# information: Portions Copyright [yyyy] [name of copyright owner]
236N/A#
236N/A# CDDL HEADER END
236N/A#
236N/A#
236N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3817N/A# Use is subject to license terms.
236N/A#
236N/A# ident "%Z%%M% %I% %E% SMI"
236N/A#
236N/A# Platform specific Makefile for the prtdiag command.
236N/A#
406N/A# PLATFORM is the target for the binary installation.
236N/A#
236N/A# PLATLINKS is a list of platforms which are to be linked to this binary
236N/A# at the file level.
844N/A
844N/ASRCDIR = ../..
406N/APLATFORM = sun4v
1258N/APLATLINKS =
236N/A
2899N/Ainclude $(SRCDIR)/Makefile.com
2899N/A
3817N/ACFLAGS += -R /usr/platform/$(PLATFORM)/lib
3817N/A
3817N/ALDLIBS += -L $(ROOT)/usr/platform/$(PLATFORM)/lib
236N/ALDLIBS += -lprtdiag
236N/ALINTFLAGS += -u
236N/A
236N/A.KEEP_STATE:
236N/A
236N/Aall: $(LIBPRTDIAG) $(PROG)
236N/A
1520N/Ainclude $(SRCDIR)/sparc/Makefile.targ
236N/A