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