Initial Linux ZFS GIT Repo
[zfs.git] / zfs / lib / Makefile.in
1 subdir-m += libuutil            # User space util support
2 subdir-m += libumem             # User space memory support
3 subdir-m += libzfs              # User space library support
4 subdir-m += libsolcompat        # User space compatibility library
5
6 subdir-m += libzpool            # Kernel DMU/SPA
7 subdir-m += libdmu-ctl          # Kernel control interface
8
9 subdir-m += libavl              # Kernel + user space AVL tree support
10 subdir-m += libnvpair           # Kernel + user space name/value support
11 subdir-m += libzcommon          # Kernel + user space common support
12 subdir-m += libport             # Kernel + user space linux support