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