svn commit: r292688 - in head/cddl/usr.sbin: zdb zhack

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 24 11:56:38 UTC 2015


Author: bapt
Date: Thu Dec 24 11:56:37 2015
New Revision: 292688
URL: https://svnweb.freebsd.org/changeset/base/292688

Log:
  Reduce zfs utilities overlinking

Modified:
  head/cddl/usr.sbin/zdb/Makefile
  head/cddl/usr.sbin/zhack/Makefile

Modified: head/cddl/usr.sbin/zdb/Makefile
==============================================================================
--- head/cddl/usr.sbin/zdb/Makefile	Thu Dec 24 11:43:32 2015	(r292687)
+++ head/cddl/usr.sbin/zdb/Makefile	Thu Dec 24 11:56:37 2015	(r292688)
@@ -24,7 +24,7 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/
 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.

Modified: head/cddl/usr.sbin/zhack/Makefile
==============================================================================
--- head/cddl/usr.sbin/zhack/Makefile	Thu Dec 24 11:43:32 2015	(r292687)
+++ head/cddl/usr.sbin/zhack/Makefile	Thu Dec 24 11:56:37 2015	(r292688)
@@ -23,7 +23,7 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/
 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


More information about the svn-src-all mailing list