1*0dc974a9SCathy Zhou#
2*0dc974a9SCathy Zhou# CDDL HEADER START
3*0dc974a9SCathy Zhou#
4*0dc974a9SCathy Zhou# The contents of this file are subject to the terms of the
5*0dc974a9SCathy Zhou# Common Development and Distribution License (the "License").
6*0dc974a9SCathy Zhou# You may not use this file except in compliance with the License.
7*0dc974a9SCathy Zhou#
8*0dc974a9SCathy Zhou# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*0dc974a9SCathy Zhou# or http://www.opensolaris.org/os/licensing.
10*0dc974a9SCathy Zhou# See the License for the specific language governing permissions
11*0dc974a9SCathy Zhou# and limitations under the License.
12*0dc974a9SCathy Zhou#
13*0dc974a9SCathy Zhou# When distributing Covered Code, include this CDDL HEADER in each
14*0dc974a9SCathy Zhou# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*0dc974a9SCathy Zhou# If applicable, add the following below this CDDL HEADER, with the
16*0dc974a9SCathy Zhou# fields enclosed by brackets "[]" replaced with your own identifying
17*0dc974a9SCathy Zhou# information: Portions Copyright [yyyy] [name of copyright owner]
18*0dc974a9SCathy Zhou#
19*0dc974a9SCathy Zhou# CDDL HEADER END
20*0dc974a9SCathy Zhou#
21*0dc974a9SCathy Zhou#
22*0dc974a9SCathy Zhou# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23*0dc974a9SCathy Zhou# Use is subject to license terms.
24*0dc974a9SCathy Zhou#
25*0dc974a9SCathy Zhou
26*0dc974a9SCathy ZhouLIBRARY=	datalink_mod
27*0dc974a9SCathy Zhou
28*0dc974a9SCathy Zhouinclude ../Makefile.com
29*0dc974a9SCathy Zhou
30*0dc974a9SCathy ZhouLDLIBS += -lnvpair -lrcm
31*0dc974a9SCathy Zhou
32*0dc974a9SCathy Zhou.KEEP_STATE:
33*0dc974a9SCathy Zhou
34*0dc974a9SCathy Zhouall: $(DYNLIB)
35*0dc974a9SCathy Zhou
36*0dc974a9SCathy Zhouinstall: all				\
37*0dc974a9SCathy Zhou	$(ROOTLIBSYSEVENTDIR)		\
38*0dc974a9SCathy Zhou	$(ROOTLIBDIR)			\
39*0dc974a9SCathy Zhou	$(ROOTLIBS)
40*0dc974a9SCathy Zhou
41*0dc974a9SCathy Zhouinclude ../Makefile.targ
42