Print this page
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>

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 2014 Garrett D'Amore <garrett@damore.org>
  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 ↓ 122 lines elided ↑ open up ↑
 159  160  SUBDIRS += \
 160  161          passwdutil      \
 161  162          pam_modules     \
 162  163          crypt_modules   \
 163  164          libadt_jni      \
 164  165          abi             \
 165  166          auditd_plugins  \
 166  167          libvolmgt       \
 167  168          libdevice       \
 168  169          libdevid        \
 169      -        libdhcpsvc      \
 170  170          libc_db         \
 171  171          libndmp         \
 172  172          libsec          \
 173  173          libtnfprobe     \
 174  174          libtnf          \
 175  175          libtnfctl       \
 176  176          libdhcpagent    \
 177      -        libdhcpdu       \
 178  177          libdhcputil     \
 179  178          libxnet         \
 180  179          libipsecutil    \
 181  180          nsswitch        \
 182  181          print           \
 183  182          libuutil        \
 184  183          libscf          \
 185  184          libinetsvc      \
 186  185          librestart      \
 187  186          libsched        \
↓ open down ↓ 118 lines elided ↑ open up ↑
 306  305          gss_mechs/mech_dh       \
 307  306          gss_mechs/mech_krb5     \
 308  307          krb5            \
 309  308          libast          \
 310  309          libbsm          \
 311  310          libc            \
 312  311          libcfgadm       \
 313  312          libcmd          \
 314  313          libcontract     \
 315  314          libcurses       \
 316      -        libdhcpsvc      \
 317  315          libdhcputil     \
 318  316          libipsecutil    \
 319  317          libdiskmgt      \
 320  318          libdladm        \
 321  319          libdll          \
 322  320          libgrubmgmt     \
 323  321          libgss          \
 324  322          libidmap        \
 325  323          libipmp         \
 326  324          libilb          \
↓ open down ↓ 59 lines elided ↑ open up ↑
 386  384          libtermcap      \
 387  385          libcryptoutil   \
 388  386          libdevice       \
 389  387          libdevid        \
 390  388          libdevinfo      \
 391  389          libdiskmgt      \
 392  390          libdladm        \
 393  391          libdll          \
 394  392          libdlpi         \
 395  393          libdhcpagent    \
 396      -        libdhcpsvc      \
 397  394          libdhcputil     \
 398  395          libdisasm       \
 399  396          libdns_sd       \
 400  397          libdscfg        \
 401  398          libdtrace       \
 402  399          libdtrace_jni   \
 403  400          libelfsign      \
 404  401          libeti          \
 405  402          libfru          \
 406  403          libfstyp        \
↓ open down ↓ 157 lines elided ↑ open up ↑
 564  561  libadutils:     libldap5 libresolv libsocket libnsl
 565  562  nsswitch:       libadutils libidmap
 566  563  libbe:          libzfs
 567  564  libbsm:         libtsol
 568  565  libcmd:         libsum libast libsocket libnsl
 569  566  libcmdutils:    libavl
 570  567  libcontract:    libnvpair
 571  568  libdevid:       libdevinfo
 572  569  libdevinfo:     libnvpair libsec
 573  570  libdhcpagent:   libsocket libdhcputil libuuid libdlpi libcontract
 574      -libdhcpsvc:     libinetutil
 575  571  libdhcputil:    libnsl libgen libinetutil libdlpi
 576  572  libdladm:       libdevinfo libinetutil libsocket libscf librcm libnvpair \
 577  573                  libexacct libnsl libkstat libcurses
 578  574  libdll:         libast
 579  575  libdlpi:        libinetutil libdladm
 580  576  libds:          libsysevent
 581  577  libdscfg:       libnsctl libunistat libsocket libnsl
 582  578  libdtrace:      libproc libgen libctf
 583  579  libdtrace_jni:  libuutil libdtrace
 584  580  libefi:         libuuid
↓ open down ↓ 104 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX