From 268ce9d61136b98462b4d6ed8a07440fe6b0c571 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 10 Dec 2008 16:42:30 -0800 Subject: [PATCH] Don't sweat zpool for now --- zfs/lib/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zfs/lib/Makefile.in b/zfs/lib/Makefile.in index 3a9a26ae19..0812d28329 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 +