Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  
  22   22  #
  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 2015 Nexenta Systems, Inc.  All rights reserved.
  30   30  # Copyright 2016 Toomas Soome <tsoome@me.com>
       31 +# Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
  31   32  #
  32   33  
  33   34  include ../Makefile.master
  34   35  
  35   36  #       Note that libcurses installs commands along with its library.
  36   37  #       This is a minor bug which probably should be fixed.
  37   38  #       Note also that a few extra libraries are kept in cmd source.
  38   39  #
  39   40  # Certain libraries are linked with, hence depend on, other libraries.
  40   41  # Library dependencies are called out explicitly, see "Library
↓ open down ↓ 568 lines elided ↑ open up ↑
 609  610  libfakekernel:  libumem libcryptoutil
 610  611  libfcoe:        libdladm
 611  612  libficl:        libumem
 612  613  libfru:         libfruutils
 613  614  libfsmgt:       libkstat
 614  615  libgrubmgmt:    libdevinfo libzfs libfstyp libefi
 615  616  $(INTEL_BLD)libgrubmgmt: libfdisk
 616  617  libidmap:       libavl libuutil
 617  618  libinetsvc:     libscf
 618  619  libinstzones:   libzonecfg libcontract
 619      -libipadm:       libinetutil libdlpi libdhcpagent libdladm libsecdb
      620 +libipadm:       libinetutil libdlpi libdhcpagent libdladm libsecdb libdhcputil
 620  621  libipmp:        libinetutil
 621  622  libipsecutil:   libtecla libtsol
 622  623  libiscsit:      libstmf libuuid
 623  624  libkmf:         libcryptoutil pkcs11
 624  625  libkvm:         ../cmd/sgs/libelf
 625  626  libldap5:       libsasl
 626  627  libmapid:       libresolv2 libscf
 627  628  libndmp:        libscf
 628  629  libnisdb:       libldap5
 629      -libnwam:        libscf libbsm libdladm
      630 +libnwam:        libscf libbsm libdladm libipadm
 630  631  libpcp:         libumem libdevinfo
 631  632  libpctx:        libproc
 632  633  libpkg:         libwanboot libscf libadm
 633  634  libpool:        libscf libexacct
 634  635  libpp:          libast
 635  636  libproc:        ../cmd/sgs/librtld_db ../cmd/sgs/libelf libctf
 636  637  $(INTEL_BLD)libproc: libsaveargs
 637  638  libproject:     libpool libproc libsecdb
 638  639  libprtdiag:     libkstat
 639  640  libprtdiag_psr: libprtdiag
↓ open down ↓ 83 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX