diff options
Diffstat (limited to 'zfs/lib/Makefile.in')
-rw-r--r-- | zfs/lib/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/zfs/lib/Makefile.in b/zfs/lib/Makefile.in deleted file mode 100644 index 324270db9..000000000 --- a/zfs/lib/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -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 |