diff options
Diffstat (limited to 'zfs/lib/Makefile.in')
-rw-r--r-- | zfs/lib/Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/zfs/lib/Makefile.in b/zfs/lib/Makefile.in new file mode 100644 index 000000000..324270db9 --- /dev/null +++ b/zfs/lib/Makefile.in @@ -0,0 +1,12 @@ +subdir-m += libuutil # User space util support +subdir-m += libumem # User space memory support +subdir-m += libzfs # User space library support +subdir-m += libsolcompat # User space compatibility library + +subdir-m += libzpool # Kernel DMU/SPA +subdir-m += libdmu-ctl # Kernel control interface + +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 += libport # Kernel + user space linux support |