mark that libctf depends upon libz so that if you dlopen libctf, you

don't get:
Undefined symbol "zError"
This commit is contained in:
John-Mark Gurney 2014-03-05 23:37:25 +00:00
parent e0436612a9
commit 1189b87f96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262811

View File

@ -27,5 +27,8 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
DPADD= ${LIBZ}
LDADD= -lz
.include <bsd.lib.mk>