1*825ba0f2Srobj#
2*825ba0f2Srobj# CDDL HEADER START
3*825ba0f2Srobj#
4*825ba0f2Srobj# The contents of this file are subject to the terms of the
5*825ba0f2Srobj# Common Development and Distribution License (the "License").
6*825ba0f2Srobj# You may not use this file except in compliance with the License.
7*825ba0f2Srobj#
8*825ba0f2Srobj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*825ba0f2Srobj# or http://www.opensolaris.org/os/licensing.
10*825ba0f2Srobj# See the License for the specific language governing permissions
11*825ba0f2Srobj# and limitations under the License.
12*825ba0f2Srobj#
13*825ba0f2Srobj# When distributing Covered Code, include this CDDL HEADER in each
14*825ba0f2Srobj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*825ba0f2Srobj# If applicable, add the following below this CDDL HEADER, with the
16*825ba0f2Srobj# fields enclosed by brackets "[]" replaced with your own identifying
17*825ba0f2Srobj# information: Portions Copyright [yyyy] [name of copyright owner]
18*825ba0f2Srobj#
19*825ba0f2Srobj# CDDL HEADER END
20*825ba0f2Srobj#
21*825ba0f2Srobj#
22*825ba0f2Srobj# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23*825ba0f2Srobj# Use is subject to license terms.
24*825ba0f2Srobj#
25*825ba0f2Srobj#ident	"%Z%%M%	%I%	%E% SMI"
26*825ba0f2Srobj
27*825ba0f2SrobjMODULE = fac_prov_ipmi
28*825ba0f2SrobjCLASS = common
29*825ba0f2Srobj
30*825ba0f2SrobjMODULESRCS = fac_prov_ipmi.c
31*825ba0f2Srobj
32*825ba0f2Srobjinclude ../../Makefile.plugin
33*825ba0f2Srobj
34*825ba0f2SrobjLDLIBS += -lipmi
35