Don't enable symbol versioning for librt by default just yet.

This commit is contained in:
deischen 2007-04-29 17:08:13 +00:00
parent 6f35138769
commit ae8de717aa

View File

@ -11,6 +11,8 @@ SRCS+= aio.c mq.c sigev_thread.c timer.c
PRECIOUSLIB=
.if defined(SYMVER_ENABLED)
VERSION_MAP= ${.CURDIR}/Version.map
.endif
.include <bsd.lib.mk>