xref: /titanic_41/usr/src/lib/scsi/plugins/ses/SUN/Makefile.com (revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a)
1791a814cSSundeep Panicker#
2791a814cSSundeep Panicker# CDDL HEADER START
3791a814cSSundeep Panicker#
4791a814cSSundeep Panicker# The contents of this file are subject to the terms of the
5791a814cSSundeep Panicker# Common Development and Distribution License (the "License").
6791a814cSSundeep Panicker# You may not use this file except in compliance with the License.
7791a814cSSundeep Panicker#
8791a814cSSundeep Panicker# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9791a814cSSundeep Panicker# or http://www.opensolaris.org/os/licensing.
10791a814cSSundeep Panicker# See the License for the specific language governing permissions
11791a814cSSundeep Panicker# and limitations under the License.
12791a814cSSundeep Panicker#
13791a814cSSundeep Panicker# When distributing Covered Code, include this CDDL HEADER in each
14791a814cSSundeep Panicker# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15791a814cSSundeep Panicker# If applicable, add the following below this CDDL HEADER, with the
16791a814cSSundeep Panicker# fields enclosed by brackets "[]" replaced with your own identifying
17791a814cSSundeep Panicker# information: Portions Copyright [yyyy] [name of copyright owner]
18791a814cSSundeep Panicker#
19791a814cSSundeep Panicker# CDDL HEADER END
20791a814cSSundeep Panicker#
21791a814cSSundeep Panicker
22791a814cSSundeep Panicker#
23*ac88567aSHyon Kim# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
24791a814cSSundeep Panicker#
25791a814cSSundeep Panicker
26791a814cSSundeep PanickerMODULE =	SUN
27*ac88567aSHyon KimSRCS =		sun.c	\
28*ac88567aSHyon Kim		sun_element.c	\
29*ac88567aSHyon Kim		sun_enclosure.c	\
30*ac88567aSHyon Kim		sun_pages.c
31*ac88567aSHyon Kim
32791a814cSSundeep PanickerSRCDIR =	../common
33791a814cSSundeep PanickerPLUGINTYPE =	vendor
34791a814cSSundeep Panicker
35791a814cSSundeep Panickerinclude ../../Makefile.lib
36*ac88567aSHyon Kim
37*ac88567aSHyon Kim$(PROG) := LDLIBS += -lnvfru
38*ac88567aSHyon Kim
39