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# lib/libldap5/sparc/Makefile 8*0Sstevel@tonic-gate# 9*0Sstevel@tonic-gate 10*0Sstevel@tonic-gatePR_MDUSOBJS = os_SunOS.o 11*0Sstevel@tonic-gate 12*0Sstevel@tonic-gateinclude ../Makefile.com 13*0Sstevel@tonic-gate 14*0Sstevel@tonic-gateLDLIBS += -L$(NSS_LDPATH) $(NSS_LIBS) 15*0Sstevel@tonic-gateDYNFLAGS += -R$(NSS_LDPATH) 16*0Sstevel@tonic-gate 17*0Sstevel@tonic-gate 18*0Sstevel@tonic-gateall: $(LIBS) 19*0Sstevel@tonic-gate 20*0Sstevel@tonic-gateinstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) 21