xref: /onnv-gate/usr/src/lib/libldap5/amd64/Makefile (revision 0:68f95e015346)
1*0Sstevel@tonic-gate#
2*0Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3*0Sstevel@tonic-gate# Use is subject to license terms.
4*0Sstevel@tonic-gate#
5*0Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
6*0Sstevel@tonic-gate#
7*0Sstevel@tonic-gate
8*0Sstevel@tonic-gatePR_MDUSOBJS = os_SunOS_x86.o
9*0Sstevel@tonic-gate
10*0Sstevel@tonic-gateinclude ../Makefile.com
11*0Sstevel@tonic-gateinclude ../../Makefile.lib.64
12*0Sstevel@tonic-gate
13*0Sstevel@tonic-gateLDLIBS +=	-L$(NSS_LDPATH64) $(NSS_LIBS)
14*0Sstevel@tonic-gateDYNFLAGS +=	-R$(NSS_LDPATH64)
15*0Sstevel@tonic-gate
16*0Sstevel@tonic-gateall: $(LIBS)
17*0Sstevel@tonic-gate
18*0Sstevel@tonic-gateinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
19