Reduce zfs utilities overlinking
This commit is contained in:
parent
4400e32f7a
commit
09f193f623
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user