diff options
-rw-r--r-- | zfs/lib/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zfs/lib/Makefile.in b/zfs/lib/Makefile.in index 3a9a26ae1..0812d2832 100644 --- a/zfs/lib/Makefile.in +++ b/zfs/lib/Makefile.in @@ -1,9 +1,8 @@ subdir-m += libuutil # User space util support subdir-m += libzfs # User space library support subdir-m += libspl # User space compatibility library - -subdir-m += libzpool # Kernel | User SPA/DMU/ZVOL/ZPL - subdir-m += libavl # Kernel &| User space AVL tree support subdir-m += libnvpair # Kernel &| User space name/value support subdir-m += libzcommon # Kernel &| User space common support +#subdir-m += libzpool # Kernel | User SPA/DMU/ZVOL/ZPL + |