Print this page
Rich's feedback

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  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   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright (c) 2015 Gary Mills
  29   29  # Copyright 2016 Toomas Soome <tsoome@me.com>
  30   30  # Copyright 2018 Nexenta Systems, Inc.
  31   31  # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  32   32  # Copyright 2017 RackTop Systems.
       33 +# Copyirght 2018 Jason King
  33   34  #
  34   35  
  35   36  include ../Makefile.master
  36   37  
  37   38  #       Note that libcurses installs commands along with its library.
  38   39  #       This is a minor bug which probably should be fixed.
  39   40  #       Note also that a few extra libraries are kept in cmd source.
  40   41  #
  41   42  # Certain libraries are linked with, hence depend on, other libraries.
  42   43  # Library dependencies are called out explicitly, see "Library
↓ open down ↓ 55 lines elided ↑ open up ↑
  98   99          libcfgadm       \
  99  100          libcmd          \
 100  101          libcmdutils     \
 101  102          libcommputil    \
 102  103          libcontract     \
 103  104          libcpc          \
 104  105          libcrypt        \
 105  106          libcryptoutil   \
 106  107          libctf          \
 107  108          libcurses       \
      109 +        libdemangle     \
 108  110          libdevice       \
 109  111          libdevid        \
 110  112          libdevinfo      \
 111  113          libdhcpagent    \
 112  114          libdhcputil     \
 113  115          libdisasm       \
 114  116          libdiskmgt      \
 115  117          libdladm        \
 116  118          libdll          \
 117  119          libdlpi         \
↓ open down ↓ 91 lines elided ↑ open up ↑
 209  211          libsmbfs        \
 210  212          libsmbios       \
 211  213          libsmedia       \
 212  214          libsqlite       \
 213  215          libsrpt         \
 214  216          libstmf         \
 215  217          libstmfproxy    \
 216  218          libsum          \
 217  219          libsun_ima      \
 218  220          libsys          \
 219      -        libsysdemangle  \
 220  221          libsysevent     \
 221  222          libtecla        \
 222  223          libtermcap      \
 223  224          libthread       \
 224  225          libtnf          \
 225  226          libtnfctl       \
 226  227          libtnfprobe     \
 227  228          libtsnet        \
 228  229          libtsol         \
 229  230          libumem         \
↓ open down ↓ 144 lines elided ↑ open up ↑
 374  375          libbsm          \
 375  376          libc            \
 376  377          libcmd          \
 377  378          libcmdutils     \
 378  379          libcommputil    \
 379  380          libcontract     \
 380  381          libcpc          \
 381  382          libcryptoutil   \
 382  383          libctf          \
 383  384          libcurses       \
      385 +        libdemangle     \
 384  386          libdevice       \
 385  387          libdevid        \
 386  388          libdevinfo      \
 387  389          libdhcpagent    \
 388  390          libdhcputil     \
 389  391          libdisasm       \
 390  392          libdiskmgt      \
 391  393          libdladm        \
 392  394          libdll          \
 393  395          libdlpi         \
↓ open down ↓ 62 lines elided ↑ open up ↑
 456  458          libsmbfs        \
 457  459          libsmbios       \
 458  460          libsmedia       \
 459  461          libsocket       \
 460  462          libsqlite       \
 461  463          libsrpt         \
 462  464          libstmf         \
 463  465          libstmfproxy    \
 464  466          libsum          \
 465  467          libsun_ima      \
 466      -        libsysdemangle  \
 467  468          libsysevent     \
 468  469          libtecla        \
 469  470          libtermcap      \
 470  471          libtnf          \
 471  472          libtnfctl       \
 472  473          libtnfprobe     \
 473  474          libtsnet        \
 474  475          libtsol         \
 475  476          libumem         \
 476  477          libunistat      \
↓ open down ↓ 249 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX