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