xref: /illumos-gate/usr/src/lib/nsswitch/ad/amd64/Makefile (revision 2b4a7802)
1*2b4a7802SBaban Kenkre#
2*2b4a7802SBaban Kenkre# CDDL HEADER START
3*2b4a7802SBaban Kenkre#
4*2b4a7802SBaban Kenkre# The contents of this file are subject to the terms of the
5*2b4a7802SBaban Kenkre# Common Development and Distribution License (the "License").
6*2b4a7802SBaban Kenkre# You may not use this file except in compliance with the License.
7*2b4a7802SBaban Kenkre#
8*2b4a7802SBaban Kenkre# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2b4a7802SBaban Kenkre# or http://www.opensolaris.org/os/licensing.
10*2b4a7802SBaban Kenkre# See the License for the specific language governing permissions
11*2b4a7802SBaban Kenkre# and limitations under the License.
12*2b4a7802SBaban Kenkre#
13*2b4a7802SBaban Kenkre# When distributing Covered Code, include this CDDL HEADER in each
14*2b4a7802SBaban Kenkre# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2b4a7802SBaban Kenkre# If applicable, add the following below this CDDL HEADER, with the
16*2b4a7802SBaban Kenkre# fields enclosed by brackets "[]" replaced with your own identifying
17*2b4a7802SBaban Kenkre# information: Portions Copyright [yyyy] [name of copyright owner]
18*2b4a7802SBaban Kenkre#
19*2b4a7802SBaban Kenkre# CDDL HEADER END
20*2b4a7802SBaban Kenkre#
21*2b4a7802SBaban Kenkre# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22*2b4a7802SBaban Kenkre# Use is subject to license terms.
23*2b4a7802SBaban Kenkre#
24*2b4a7802SBaban Kenkre
25*2b4a7802SBaban Kenkreinclude		../Makefile.com
26*2b4a7802SBaban Kenkreinclude		$(SRC)/lib/Makefile.lib.64
27*2b4a7802SBaban Kenkre
28*2b4a7802SBaban KenkreLIBS =		$(DYNLIB1)
29*2b4a7802SBaban Kenkre
30*2b4a7802SBaban Kenkreinclude		../../Makefile.targ
31*2b4a7802SBaban Kenkre
32*2b4a7802SBaban Kenkreinstall:	all $(ROOT64DYNLIB)
33