xref: /illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/Makefile (revision 5c0b3261bd16d5eb356ffc864b6eab76c2e760e5)
1491f61a1SYanmin Sun#
2491f61a1SYanmin Sun# CDDL HEADER START
3491f61a1SYanmin Sun#
4491f61a1SYanmin Sun# The contents of this file are subject to the terms of the
5491f61a1SYanmin Sun# Common Development and Distribution License (the "License").
6491f61a1SYanmin Sun# You may not use this file except in compliance with the License.
7491f61a1SYanmin Sun#
8491f61a1SYanmin Sun# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9491f61a1SYanmin Sun# or http://www.opensolaris.org/os/licensing.
10491f61a1SYanmin Sun# See the License for the specific language governing permissions
11491f61a1SYanmin Sun# and limitations under the License.
12491f61a1SYanmin Sun#
13491f61a1SYanmin Sun# When distributing Covered Code, include this CDDL HEADER in each
14491f61a1SYanmin Sun# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15491f61a1SYanmin Sun# If applicable, add the following below this CDDL HEADER, with the
16491f61a1SYanmin Sun# fields enclosed by brackets "[]" replaced with your own identifying
17491f61a1SYanmin Sun# information: Portions Copyright [yyyy] [name of copyright owner]
18491f61a1SYanmin Sun#
19491f61a1SYanmin Sun# CDDL HEADER END
20491f61a1SYanmin Sun#
21491f61a1SYanmin Sun#
2263d763c8SLuping Quan# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
23*5c0b3261SGarrett D'Amore# Copyright 2022 Garrett D'Amore
24491f61a1SYanmin Sun#
25491f61a1SYanmin Sun
26491f61a1SYanmin SunMODULE = fdd-msg
27491f61a1SYanmin SunCLASS = common
28491f61a1SYanmin SunSRCS = fdd_msg.c
29491f61a1SYanmin Sun
30491f61a1SYanmin Suninclude ../../Makefile.plugin
31491f61a1SYanmin Sun
3263d763c8SLuping QuanLDLIBS_i386 = -L$(ROOT)/usr/lib/fm -lipmi -lumem -lfmd_agent
3363d763c8SLuping QuanLDFLAGS_i386 = -R/usr/lib/fm
3463d763c8SLuping QuanLDLIBS += $(LDLIBS_$(MACH))
3563d763c8SLuping QuanLDFLAGS += $(LDFLAGS_$(MACH))
36