Makefile revision 62e6146930fb254c3db3332a4597f6fffe081b2c
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt# CDDL HEADER START
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt# The contents of this file are subject to the terms of the
2fcbc377041d659446ded306a92901b4b0753b68yt# Common Development and Distribution License (the "License").
2fcbc377041d659446ded306a92901b4b0753b68yt# You may not use this file except in compliance with the License.
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2fcbc377041d659446ded306a92901b4b0753b68yt# or http://www.opensolaris.org/os/licensing.
2fcbc377041d659446ded306a92901b4b0753b68yt# See the License for the specific language governing permissions
2fcbc377041d659446ded306a92901b4b0753b68yt# and limitations under the License.
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt# When distributing Covered Code, include this CDDL HEADER in each
2fcbc377041d659446ded306a92901b4b0753b68yt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2fcbc377041d659446ded306a92901b4b0753b68yt# If applicable, add the following below this CDDL HEADER, with the
2fcbc377041d659446ded306a92901b4b0753b68yt# fields enclosed by brackets "[]" replaced with your own identifying
2fcbc377041d659446ded306a92901b4b0753b68yt# information: Portions Copyright [yyyy] [name of copyright owner]
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt# CDDL HEADER END
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt
2fcbc377041d659446ded306a92901b4b0753b68yt#
689d74b0a0dba643450e7fc74a03425c963657e7yt# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2fcbc377041d659446ded306a92901b4b0753b68yt# Use is subject to license terms.
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt# ident "%Z%%M% %I% %E% SMI"
2fcbc377041d659446ded306a92901b4b0753b68yt#
2fcbc377041d659446ded306a92901b4b0753b68yt
2fcbc377041d659446ded306a92901b4b0753b68ytinclude ../Makefile.com
2fcbc377041d659446ded306a92901b4b0753b68ytinclude $(SRC)/Makefile.master.64
2fcbc377041d659446ded306a92901b4b0753b68yt
2fcbc377041d659446ded306a92901b4b0753b68ytCPPFLAGS += -I$(ROOT)/usr/platform/sun4v/include
2fcbc377041d659446ded306a92901b4b0753b68ytLDLIBS += -L$(ROOTLIB)/fm/$(MACH64) -lmdesc -ltopo -lldom
2fcbc377041d659446ded306a92901b4b0753b68ytLDFLAGS += -R/usr/lib/fm/$(MACH64)
2fcbc377041d659446ded306a92901b4b0753b68yt
2fcbc377041d659446ded306a92901b4b0753b68ytinclude ../../Makefile.targ
2fcbc377041d659446ded306a92901b4b0753b68yt
2fcbc377041d659446ded306a92901b4b0753b68ytinstall: all $(ROOTPROG64)
2fcbc377041d659446ded306a92901b4b0753b68yt