summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-12-24 11:56:37 +0000
committerbapt <bapt@FreeBSD.org>2015-12-24 11:56:37 +0000
commit09f193f6239bfc4e2f7250be4583d1a21e0c1a3d (patch)
tree68e8ddac0336686e7054740b5ab18fee894c0b82 /cddl
parent4400e32f7a93df4febd01a6e9b4d5f670baaa1cf (diff)
downloadFreeBSD-src-09f193f6239bfc4e2f7250be4583d1a21e0c1a3d.zip
FreeBSD-src-09f193f6239bfc4e2f7250be4583d1a21e0c1a3d.tar.gz
Reduce zfs utilities overlinking
Diffstat (limited to 'cddl')
-rw-r--r--cddl/usr.sbin/zdb/Makefile2
-rw-r--r--cddl/usr.sbin/zhack/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/cddl/usr.sbin/zdb/Makefile b/cddl/usr.sbin/zdb/Makefile
index 4fbcaea..94f0412 100644
--- a/cddl/usr.sbin/zdb/Makefile
+++ b/cddl/usr.sbin/zdb/Makefile
@@ -24,7 +24,7 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/head
CFLAGS+= -I${.CURDIR}/../../lib/libumem
-LIBADD= geom m nvpair pthread umem uutil zfs_core zfs zpool
+LIBADD= nvpair umem uutil zfs zpool
# Since there are many asserts in this program, it makes no sense to compile
# it without debugging.
diff --git a/cddl/usr.sbin/zhack/Makefile b/cddl/usr.sbin/zhack/Makefile
index c42a49e..2973e5c 100644
--- a/cddl/usr.sbin/zhack/Makefile
+++ b/cddl/usr.sbin/zhack/Makefile
@@ -23,7 +23,7 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/head
CFLAGS+= -I${.CURDIR}/../../lib/libumem
-LIBADD= geom m nvpair pthread umem uutil zfs_core zfs zpool
+LIBADD= nvpair zfs zpool
CFLAGS+= -DDEBUG=1
#DEBUG_FLAGS+= -g
OpenPOWER on IntegriCloud