Print this page
1427 import libssl

Split Close
Expand all
Collapse all
          --- old/usr/src/Targetdirs
          +++ new/usr/src/Targetdirs
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  # CDDL HEADER END
  19   19  #
  20   20  
  21   21  #
  22   22  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  # Copyright 2011, Richard Lowe
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  26   26  # Copyright (c) 2013 RackTop Systems.
  27   27  # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
       28 +# Copyright 2015 Gary Mills
  28   29  #
  29   30  
  30   31  #
  31   32  # It is easier to think in terms of directory names without the ROOT macro
  32   33  # prefix.  ROOTDIRS is TARGETDIRS with ROOT prefixes.  It is necessary
  33   34  # to work with ROOT prefixes when controlling conditional assignments.
  34   35  #
  35   36  
  36   37  DIRLINKS=       $(SYM.DIRS)
  37   38  $(BUILD64)      DIRLINKS += $(SYM.DIRS64)
↓ open down ↓ 116 lines elided ↑ open up ↑
 154  155          /etc/usb   \
 155  156          /etc/user_attr.d \
 156  157          /etc/zfs  \
 157  158          /etc/zones  \
 158  159          /export  \
 159  160          /home  \
 160  161          /lib \
 161  162          /lib/crypto \
 162  163          /lib/inet \
 163  164          /lib/fm \
      165 +        /lib/openssl \
      166 +        /lib/openssl/engines \
 164  167          /lib/secure \
 165  168          /lib/svc \
 166  169          /lib/svc/bin \
 167  170          /lib/svc/capture \
 168  171          /lib/svc/manifest \
 169  172          /lib/svc/manifest/milestone \
 170  173          /lib/svc/manifest/device \
 171  174          /lib/svc/manifest/system \
 172  175          /lib/svc/manifest/system/device \
 173  176          /lib/svc/manifest/system/filesystem \
↓ open down ↓ 341 lines elided ↑ open up ↑
 515  518          /usr/platform/sun4u-opl/lib
 516  519  
 517  520  amd64_DIRS64= \
 518  521          /platform/i86pc/amd64
 519  522  
 520  523  DIRS64= \
 521  524          $($(MACH64)_DIRS64) \
 522  525          /lib/$(MACH64) \
 523  526          /lib/crypto/$(MACH64) \
 524  527          /lib/fm/$(MACH64) \
      528 +        /lib/openssl/engines/$(MACH64) \
 525  529          /lib/secure/$(MACH64) \
 526  530          /usr/bin/$(MACH64) \
 527  531          /usr/ccs/bin/$(MACH64)  \
 528  532          /usr/ccs/lib/$(MACH64) \
 529  533          /usr/lib/$(MACH64) \
 530  534          /usr/lib/$(MACH64)/gss \
 531  535          /usr/lib/brand/sn1/$(MACH64) \
 532  536          /usr/lib/brand/solaris10/$(MACH64) \
 533  537          /usr/lib/elfedit/$(MACH64) \
 534  538          /usr/lib/fm/$(MACH64) \
↓ open down ↓ 56 lines elided ↑ open up ↑
 591  595          /usr/ucblib/32 \
 592  596          /var/ld/32
 593  597  
 594  598  sparc_SYM.DIRS64=
 595  599  
 596  600  SYM.DIRS64= \
 597  601          $($(MACH)_SYM.DIRS64) \
 598  602          /lib/64 \
 599  603          /lib/crypto/64 \
 600  604          /lib/secure/64 \
      605 +        /lib/openssl/engines/64 \
 601  606          /usr/lib/64 \
 602  607          /usr/lib/brand/sn1/64 \
 603  608          /usr/lib/brand/solaris10/64 \
 604  609          /usr/lib/elfedit/64 \
 605  610          /usr/lib/libp/64 \
 606  611          /usr/lib/link_audit/64 \
 607  612          /usr/lib/lwp/64 \
 608  613          /usr/lib/secure/64 \
 609  614          /usr/lib/security/64 \
 610  615          /usr/xpg4/lib/64 \
↓ open down ↓ 87 lines elided ↑ open up ↑
 698  703  $(ROOT)/usr/lib/link_audit/32:=         LINKDEST=.
 699  704  $(ROOT)/usr/lib/secure/32:=             LINKDEST=.
 700  705  $(ROOT)/usr/ccs/lib/link_audit:=        LINKDEST=../../lib/link_audit
 701  706  $(ROOT)/var/ld/32:=                     LINKDEST=.
 702  707  $(ROOT)/usr/ucblib/32:=                 LINKDEST=.
 703  708  
 704  709  
 705  710  $(BUILD64) $(ROOT)/lib/64:=             LINKDEST=$(MACH64)
 706  711  $(BUILD64) $(ROOT)/lib/crypto/64:=      LINKDEST=$(MACH64)
 707  712  $(BUILD64) $(ROOT)/lib/secure/64:=      LINKDEST=$(MACH64)
      713 +$(BUILD64) $(ROOT)/lib/openssl/engines/64:=     LINKDEST=$(MACH64)
 708  714  $(BUILD64) $(ROOT)/usr/lib/64:=         LINKDEST=$(MACH64)
 709  715  $(BUILD64) $(ROOT)/usr/lib/elfedit/64:= LINKDEST=$(MACH64)
 710  716  $(BUILD64) $(ROOT)/usr/lib/brand/sn1/64:=       LINKDEST=$(MACH64)
 711  717  $(BUILD64) $(ROOT)/usr/lib/brand/solaris10/64:= LINKDEST=$(MACH64)
 712  718  $(BUILD64) $(ROOT)/usr/lib/libp/64:=    LINKDEST=$(MACH64)
 713  719  $(BUILD64) $(ROOT)/usr/lib/lwp/64:=     LINKDEST=$(MACH64)
 714  720  $(BUILD64) $(ROOT)/usr/lib/link_audit/64:=      LINKDEST=$(MACH64)
 715  721  $(BUILD64) $(ROOT)/usr/lib/secure/64:=  LINKDEST=$(MACH64)
 716  722  $(BUILD64) $(ROOT)/usr/lib/security/64:=        LINKDEST=$(MACH64)
 717  723  $(BUILD64) $(ROOT)/usr/xpg4/lib/64:=    LINKDEST=$(MACH64)
↓ open down ↓ 1230 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX