Change the Makefile in cddl/lib/drti to use bsd.lib.mk instead of

bsd.prog.mk -- we need to compile PIC, which requires a library build.
With this change, USDT (userspace DTrace probes) work from within
shared libraries.

PR:		kern/159046
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
Comments by:	Scott Lystig Fritchie <slfritchie at snookles.com>
MFC after:	3 days
This commit is contained in:
Robert Watson 2011-11-28 10:01:36 +00:00
parent 9c7e90ba9d
commit d04fbf251a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228057

View File

@ -18,4 +18,4 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common \
-DPIC ${PICFLAG}
.include <bsd.prog.mk>
.include <bsd.lib.mk>