summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-04-06 02:13:30 +0000
committerpjd <pjd@FreeBSD.org>2007-04-06 02:13:30 +0000
commit170e632d642afcedd747a3c8bdf45f63d1a36f53 (patch)
tree68061d702528db74c169d6aa01f0e844a5723925 /tools
parentb65aaf60eca66c27804bf20cc6e6ca80d4f02ac6 (diff)
downloadFreeBSD-src-170e632d642afcedd747a3c8bdf45f63d1a36f53.zip
FreeBSD-src-170e632d642afcedd747a3c8bdf45f63d1a36f53.tar.gz
Connect ZFS to the build.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc31
-rw-r--r--tools/build/options/WITHOUT_ZFS2
2 files changed, 33 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 9776b06..2575f2d 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -326,6 +326,37 @@ OLD_FILES+=usr/share/man/man8/sdpd.8.gz
# to be filled in
#.endif
+.if ${MK_CDDL} == no
+OLD_LIBS+=lib/libavl.so.1
+OLD_LIBS+=lib/libnvpair.so.1
+OLD_LIBS+=lib/libumem.so.1
+OLD_LIBS+=lib/libuutil.so.1
+OLD_FILES+=usr/lib/libavl.a
+OLD_FILES+=usr/lib/libavl.so
+OLD_FILES+=usr/lib/libnvpair.a
+OLD_FILES+=usr/lib/libnvpair.so
+OLD_FILES+=usr/lib/libumem.a
+OLD_FILES+=usr/lib/libumem.so
+OLD_FILES+=usr/lib/libuutil.a
+OLD_FILES+=usr/lib/libuutil.so
+.endif
+
+.if ${MK_ZFS} == no
+OLD_LIBS+=lib/libzfs.so.1
+OLD_LIBS+=lib/libzpool.so.1
+OLD_FILES+=sbin/zfs
+OLD_FILES+=sbin/zpool
+OLD_FILES+=usr/lib/libzfs.a
+OLD_FILES+=usr/lib/libzfs.so
+OLD_FILES+=usr/lib/libzpool.a
+OLD_FILES+=usr/lib/libzpool.so
+OLD_FILES+=usr/bin/ztest
+OLD_FILES+=usr/sbin/zdb
+OLD_FILES+=usr/share/man/man8/zdb.8.gz
+OLD_FILES+=usr/share/man/man8/zfs.8.gz
+OLD_FILES+=usr/share/man/man8/zpool.8.gz
+.endif
+
#.if ${MK_CPP} == no
# to be filled in
#.endif
diff --git a/tools/build/options/WITHOUT_ZFS b/tools/build/options/WITHOUT_ZFS
new file mode 100644
index 0000000..bd21b78
--- /dev/null
+++ b/tools/build/options/WITHOUT_ZFS
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to not build ZFS file system.
OpenPOWER on IntegriCloud