Print this page
1427 import libssl

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright (c) 2012, Joyent, Inc. All rights reserved.
  26   26  # Copyright (c) 2013 Gary Mills
       27 +# Copyright 2015 Gary Mills
  27   28  
  28   29  include ../Makefile.master
  29   30  
  30   31  #       Note that libcurses installs commands along with its library.
  31   32  #       This is a minor bug which probably should be fixed.
  32   33  #       Note also that a few extra libraries are kept in cmd source.
  33   34  #
  34   35  # Certain libraries are linked with, hence depend on, other libraries.
  35   36  #
  36   37  # Although we have historically used .WAIT to express dependencies, it
↓ open down ↓ 92 lines elided ↑ open up ↑
 129  130          libsys          \
 130  131          libsysevent     \
 131  132          libnisdb        \
 132  133          libpool         \
 133  134          libpp           \
 134  135          libproc         \
 135  136          libproject      \
 136  137          libsendfile     \
 137  138          nametoaddr      \
 138  139          ncad_addr       \
      140 +        openssl         \
 139  141          hbaapi          \
 140  142          smhba           \
 141  143          sun_fc          \
 142  144          sun_sas         \
 143  145          gss_mechs/mech_krb5     .WAIT   \
 144  146          libkrb5 .WAIT   \
 145  147          krb5    .WAIT   \
 146  148          libsmbfs        \
 147  149          libfcoe         \
 148  150          libsrpt         \
↓ open down ↓ 320 lines elided ↑ open up ↑
 469  471          libuutil        \
 470  472          libwanboot      \
 471  473          libwanbootutil  \
 472  474          libwrap         \
 473  475          libxcurses2     \
 474  476          libzfs          \
 475  477          libzfs_core     \
 476  478          libzfs_jni      \
 477  479          libzoneinfo     \
 478  480          libzonestat     \
      481 +        openssl         \
 479  482          hal             \
 480  483          policykit       \
 481  484          lvm             \
 482  485          pkcs11          \
 483  486          passwdutil      \
 484  487          ../cmd/sendmail/libmilter       \
 485  488          fm              \
 486  489          udapl           \
 487  490          libmapid        \
 488  491          libkrb5         \
↓ open down ↓ 92 lines elided ↑ open up ↑
 581  584  libdscfg:       libnsctl libunistat libsocket libnsl
 582  585  libdtrace:      libproc libgen libctf
 583  586  libdtrace_jni:  libuutil libdtrace
 584  587  libefi:         libuuid
 585  588  libfstyp:       libnvpair
 586  589  libelfsign:     libcryptoutil libkmf
 587  590  libidmap:       libadutils libldap5 libavl libsldap libuutil
 588  591  libipadm:       libnsl libinetutil libsocket libdlpi libnvpair libdhcpagent \
 589  592                  libdladm libsecdb
 590  593  libiscsit:      libc libnvpair libstmf libuuid libnsl
 591      -libkmf:         libcryptoutil pkcs11
      594 +libkmf:         libcryptoutil pkcs11 openssl
 592  595  libnsl:         libmd5
 593  596  libmapid:       libresolv
 594  597  librdc:         libsocket libnsl libnsctl libunistat libdscfg
 595  598  libuuid:        libdlpi
 596  599  libinetutil:    libsocket
 597  600  libipsecutil:   libtecla libsocket
 598  601  libinstzones:   libzonecfg libcontract
 599  602  libpkg:         libwanboot libscf libadm
 600  603  libnwam:        libscf
 601  604  libsecdb:       libnsl
↓ open down ↓ 12 lines elided ↑ open up ↑
 614  617  libpool:        libnvpair libexacct
 615  618  libpp:          libast
 616  619  libzonecfg:     libc libsocket libnsl libuuid libnvpair libsysevent libsec \
 617  620                  libbrand libpool libscf
 618  621  libproc:        ../cmd/sgs/librtld_db ../cmd/sgs/libelf libctf libsaveargs
 619  622  libproject:     libpool libproc libsecdb
 620  623  libtermcap:     libcurses
 621  624  libtsnet:       libnsl libtsol libsecdb
 622  625  libwrap:        libnsl libsocket
 623  626  libwanboot:     libnvpair libresolv libnsl libsocket libdevinfo libinetutil \
 624      -                libdhcputil
      627 +                libdhcputil openssl
 625  628  libwanbootutil: libnsl
      629 +openssl:        libnsl libsocket
 626  630  pam_modules:    libproject passwdutil smbsrv
 627  631  libscf:         libuutil libmd libgen libsmbios libnsl
 628  632  libinetsvc:     libscf
 629  633  librestart:     libuutil libscf
 630  634  libsaveargs:    libdisasm
 631  635  ../cmd/sgs/libdl:       ../cmd/sgs/libconv
 632  636  ../cmd/sgs/libelf:      ../cmd/sgs/libconv
 633      -pkcs11:         libcryptoutil
      637 +pkcs11:         libcryptoutil openssl
 634  638  print:          libldap5
 635  639  udapl/udapl_tavor:      udapl/libdat
 636  640  libzfs:         libdevid libgen libnvpair libuutil \
 637  641                  libadm libavl libefi libidmap libmd libzfs_core
 638  642  libzfs_core:    libnvpair
 639  643  libzfs_jni:     libdiskmgt libnvpair libzfs
 640  644  libzpool:       libavl libumem libnvpair libcmdutils
 641  645  libsec:         libavl libidmap
 642  646  brand:          libc libsocket
 643  647  libshare:       libscf libzfs libuuid libfsmgt libsecdb libumem libsmbfs
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX