diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 00d8cda009ea..dee4baadaf2f 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -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