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>
Approved by: Dan McDonald <danmcd@omniti.com>

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