xref: /titanic_44/usr/src/lib/libldap5/i386/Makefile (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# lib/libldap5/i386/Makefile
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate
10*7c478bd9Sstevel@tonic-gatePR_MDUSOBJS = os_SunOS_x86.o
11*7c478bd9Sstevel@tonic-gate
12*7c478bd9Sstevel@tonic-gateinclude ../Makefile.com
13*7c478bd9Sstevel@tonic-gate
14*7c478bd9Sstevel@tonic-gateLDLIBS +=	-L$(NSS_LDPATH) $(NSS_LIBS)
15*7c478bd9Sstevel@tonic-gateDYNFLAGS +=	-R$(NSS_LDPATH)
16*7c478bd9Sstevel@tonic-gate
17*7c478bd9Sstevel@tonic-gateall: $(LIBS)
18*7c478bd9Sstevel@tonic-gate
19*7c478bd9Sstevel@tonic-gateinstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
20*7c478bd9Sstevel@tonic-gate
21*7c478bd9Sstevel@tonic-gateFRC:
22