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