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# 22*63d763c8SLuping Quan# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 23491f61a1SYanmin Sun# 24491f61a1SYanmin Sun 25491f61a1SYanmin SunMODULE = fdd-msg 26491f61a1SYanmin SunCLASS = common 27491f61a1SYanmin SunSRCS = fdd_msg.c 28491f61a1SYanmin Sun 29491f61a1SYanmin Suninclude ../../Makefile.plugin 30491f61a1SYanmin Sun 31*63d763c8SLuping QuanLDLIBS_sparc = -lipmi 32*63d763c8SLuping QuanLDLIBS_i386 = -L$(ROOT)/usr/lib/fm -lipmi -lumem -lfmd_agent 33*63d763c8SLuping QuanLDFLAGS_sparc = 34*63d763c8SLuping QuanLDFLAGS_i386 = -R/usr/lib/fm 35*63d763c8SLuping QuanLDLIBS += $(LDLIBS_$(MACH)) 36*63d763c8SLuping QuanLDFLAGS += $(LDFLAGS_$(MACH)) 37