Print this page
Added filesystem disturber: driver (fsd), library (libfsd), command (fsdadm)

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile
          +++ new/usr/src/lib/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  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 +# Copyright 2013 Damian Bogel. All rights reserved.
  26   27  
  27   28  include ../Makefile.master
  28   29  
  29   30  #       Note that libcurses installs commands along with its library.
  30   31  #       This is a minor bug which probably should be fixed.
  31   32  #       Note also that a few extra libraries are kept in cmd source.
  32   33  #
  33   34  # Certain libraries are linked with, hence depend on, other libraries.
  34   35  #
  35   36  # Although we have historically used .WAIT to express dependencies, it
↓ open down ↓ 116 lines elided ↑ open up ↑
 152  153          libfcoe         \
 153  154          libsrpt         \
 154  155          libstmf         \
 155  156          libstmfproxy    \
 156  157          libnsctl        \
 157  158          libunistat      \
 158  159          libdscfg        \
 159  160          librdc          \
 160  161          libinstzones    \
 161  162          libpkg          \
 162      -        libpcidb
      163 +        libpcidb        \
      164 +        libfsd
 163  165  
 164  166  SUBDIRS += \
 165  167          passwdutil      \
 166  168          pam_modules     \
 167  169          crypt_modules   \
 168  170          libadt_jni      \
 169  171          abi             \
 170  172          auditd_plugins  \
 171  173          libvolmgt       \
 172  174          libdevice       \
↓ open down ↓ 529 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX