12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 # ident "%Z%%M% %I% %E% SMI"
26 #
27
28 MACH_LDLIBS += -L$(ROOT)/usr/lib/smbsrv/$(MACH64)
29
30 include ../Makefile.com
31 include ../../../Makefile.lib.64
32
33 DYNFLAGS += -R/usr/lib/smbsrv/$(MACH64)
34
35 install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
|
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 # ident "%Z%%M% %I% %E% SMI"
26 #
27
28 MACH_LDLIBS += -L$(ROOT)/usr/lib/smbsrv/$(MACH64)
29
30 include ../Makefile.com
31 include ../../../Makefile.lib.64
32 include ../../../Makefile.nss
33
34 LDLIBS += -L$(ADJUNCT_PROTO)$(NSS_LDPATH64)
35
36 DYNFLAGS += -R/usr/lib/smbsrv/$(MACH64)
37
38 install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
|