13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# CDDL HEADER START
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# The contents of this file are subject to the terms of the
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# Common Development and Distribution License (the "License").
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# You may not use this file except in compliance with the License.
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# or http://www.opensolaris.org/os/licensing.
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# See the License for the specific language governing permissions
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# and limitations under the License.
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# When distributing Covered Code, include this CDDL HEADER in each
767ea2115706861fc5138515da6869735655f855Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# If applicable, add the following below this CDDL HEADER, with the
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# fields enclosed by brackets "[]" replaced with your own identifying
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# information: Portions Copyright [yyyy] [name of copyright owner]
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# CDDL HEADER END
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# Use is subject to license terms.
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott# ident "%Z%%M% %I% %E% SMI"
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott#
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshottinclude ../../Makefile.com
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott
13588d95d6459633b746c603dbadd0e58fdc741dRobert WapshottLDLIBS += \
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott -L$(ROOTLIB)/fm -ltopo
13588d95d6459633b746c603dbadd0e58fdc741dRobert WapshottLDFLAGS += -R/usr/lib/fm
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshottinclude ../../Makefile.targ
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshottinstall: all $(ROOTPROG)
13588d95d6459633b746c603dbadd0e58fdc741dRobert Wapshott