xref: /titanic_41/usr/src/lib/fm/libfmd_snmp/amd64/Makefile (revision f808c858fa61e7769218966759510a8b1190dfcf)
1*749f21d3Swesolows#
2*749f21d3Swesolows# CDDL HEADER START
3*749f21d3Swesolows#
4*749f21d3Swesolows# The contents of this file are subject to the terms of the
5*749f21d3Swesolows# Common Development and Distribution License (the "License").
6*749f21d3Swesolows# You may not use this file except in compliance with the License.
7*749f21d3Swesolows#
8*749f21d3Swesolows# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*749f21d3Swesolows# or http://www.opensolaris.org/os/licensing.
10*749f21d3Swesolows# See the License for the specific language governing permissions
11*749f21d3Swesolows# and limitations under the License.
12*749f21d3Swesolows#
13*749f21d3Swesolows# When distributing Covered Code, include this CDDL HEADER in each
14*749f21d3Swesolows# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*749f21d3Swesolows# If applicable, add the following below this CDDL HEADER, with the
16*749f21d3Swesolows# fields enclosed by brackets "[]" replaced with your own identifying
17*749f21d3Swesolows# information: Portions Copyright [yyyy] [name of copyright owner]
18*749f21d3Swesolows#
19*749f21d3Swesolows# CDDL HEADER END
20*749f21d3Swesolows#
21*749f21d3Swesolows#
22*749f21d3Swesolows# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*749f21d3Swesolows# Use is subject to license terms.
24*749f21d3Swesolows#
25*749f21d3Swesolows# ident	"%Z%%M%	%I%	%E% SMI"
26*749f21d3Swesolows#
27*749f21d3Swesolows
28*749f21d3SwesolowsMACH_LDLIBS = -L$(ROOT)/usr/lib/fm/$(MACH64)
29*749f21d3Swesolows
30*749f21d3Swesolowsinclude ../Makefile.com
31*749f21d3Swesolowsinclude ../../../Makefile.lib.64
32*749f21d3Swesolows
33*749f21d3SwesolowsDYNFLAGS += -R/usr/lib/fm/$(MACH64)
34*749f21d3Swesolows
35*749f21d3Swesolowsinstall: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
36