summaryrefslogtreecommitdiffstats
path: root/cddl/lib/libzpool/Makefile
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2014-11-29 08:33:54 +0000
committerrodrigc <rodrigc@FreeBSD.org>2014-11-29 08:33:54 +0000
commit0475e04762f5dd444faf64924251cd3466d84c98 (patch)
treeb01f06f3087a100d6631cac0ff2f01771ce45e54 /cddl/lib/libzpool/Makefile
parent0bfa66131535f604deb80bc8d0cf2f8b810f0352 (diff)
downloadFreeBSD-src-0475e04762f5dd444faf64924251cd3466d84c98.zip
FreeBSD-src-0475e04762f5dd444faf64924251cd3466d84c98.tar.gz
MFC r272484:
Add dependencies to various libraries to libzfs and libzpool. Submitted by: sef
Diffstat (limited to 'cddl/lib/libzpool/Makefile')
-rw-r--r--cddl/lib/libzpool/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile
index 848325a..8fe610c 100644
--- a/cddl/lib/libzpool/Makefile
+++ b/cddl/lib/libzpool/Makefile
@@ -56,8 +56,9 @@ CFLAGS+= -I${.CURDIR}/../../../lib/libpthread/thread
CFLAGS+= -I${.CURDIR}/../../../lib/libpthread/sys
CFLAGS+= -I${.CURDIR}/../../../lib/libthr/arch/${MACHINE_CPUARCH}/include
-DPADD= ${LIBMD} ${LIBPTHREAD} ${LIBZ}
-LDADD= -lmd -lpthread -lz
+DPADD= ${LIBMD} ${LIBPTHREAD} ${LIBZ} ${LIBNVPAIR} \
+ ${LIBAVL} ${LIBUMEM}
+LDADD= -lmd -lpthread -lz -lnvpair -lavl -lumem
# atomic.S doesn't like profiling.
NO_PROFILE=
OpenPOWER on IntegriCloud