1*e5dcf7beSRobert Johnston#
2*e5dcf7beSRobert Johnston# CDDL HEADER START
3*e5dcf7beSRobert Johnston#
4*e5dcf7beSRobert Johnston# The contents of this file are subject to the terms of the
5*e5dcf7beSRobert Johnston# Common Development and Distribution License (the "License").
6*e5dcf7beSRobert Johnston# You may not use this file except in compliance with the License.
7*e5dcf7beSRobert Johnston#
8*e5dcf7beSRobert Johnston# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*e5dcf7beSRobert Johnston# or http://www.opensolaris.org/os/licensing.
10*e5dcf7beSRobert Johnston# See the License for the specific language governing permissions
11*e5dcf7beSRobert Johnston# and limitations under the License.
12*e5dcf7beSRobert Johnston#
13*e5dcf7beSRobert Johnston# When distributing Covered Code, include this CDDL HEADER in each
14*e5dcf7beSRobert Johnston# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*e5dcf7beSRobert Johnston# If applicable, add the following below this CDDL HEADER, with the
16*e5dcf7beSRobert Johnston# fields enclosed by brackets "[]" replaced with your own identifying
17*e5dcf7beSRobert Johnston# information: Portions Copyright [yyyy] [name of copyright owner]
18*e5dcf7beSRobert Johnston#
19*e5dcf7beSRobert Johnston# CDDL HEADER END
20*e5dcf7beSRobert Johnston#
21*e5dcf7beSRobert Johnston#
22*e5dcf7beSRobert Johnston# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*e5dcf7beSRobert Johnston# Use is subject to license terms.
24*e5dcf7beSRobert Johnston#
25*e5dcf7beSRobert Johnston
26*e5dcf7beSRobert JohnstonMODULE = sensor-transport
27*e5dcf7beSRobert JohnstonCLASS = common
28*e5dcf7beSRobert JohnstonSRCS = sensor_transport.c
29*e5dcf7beSRobert Johnston
30*e5dcf7beSRobert Johnstoninclude ../../Makefile.plugin
31*e5dcf7beSRobert Johnston
32*e5dcf7beSRobert JohnstonCFLAGS += $(INCS)
33*e5dcf7beSRobert JohnstonLINTFLAGS += $(INCS)
34*e5dcf7beSRobert JohnstonLDLIBS += -L$(ROOTLIB)/fm -ltopo
35*e5dcf7beSRobert JohnstonLDFLAGS += -R/usr/lib/fm
36