1 #
2 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
4 #
5 # lib/libldap5/i386/Makefile
6 #
7
8 PR_MDUSOBJS = os_SunOS_x86.o
9
10 include ../Makefile.com
11
12 LDLIBS += -L$(ADJUNCT_PROTO)$(NSS_LDPATH) $(NSS_LIBS)
13 DYNFLAGS += -R$(NSS_LDPATH)
14
15 all: $(LIBS)
16
17 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
18
19 FRC:
|
1 #
2 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
4 #
5 # lib/libldap5/i386/Makefile
6 #
7
8 PR_MDUSOBJS = os_SunOS_x86.o
9
10 include ../Makefile.com
11
12 DYNFLAGS += -R$(NSS_LDPATH)
13
14 all: $(LIBS)
15
16 install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
17
18 FRC:
|