Reduce zfs utilities overlinking

This commit is contained in:
bapt 2015-12-24 11:56:37 +00:00
parent 4400e32f7a
commit 09f193f623
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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